From facdf544105c2967ebfee0d44f9391172e6777e5 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 18 Aug 2022 17:35:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=AE=A1=E7=90=86):=20=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E6=9F=A5=E7=9C=8B=E4=BB=AA=E8=A1=A8=E6=9D=BF=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/src/api/panel.js | 9 +++++++++ mobile/src/pages/tabBar/home/detail.nvue | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/mobile/src/api/panel.js b/mobile/src/api/panel.js index 3fab45063b..4c81310a8b 100644 --- a/mobile/src/api/panel.js +++ b/mobile/src/api/panel.js @@ -70,4 +70,13 @@ export function starStatus(panelId) { }) } +export function viewPanelLog(data) { + return request({ + url: 'panel/group/viewLog', + method: 'post', + loading: true, + data + }) +} + diff --git a/mobile/src/pages/tabBar/home/detail.nvue b/mobile/src/pages/tabBar/home/detail.nvue index d5a20bc52e..1fa70cdcd6 100644 --- a/mobile/src/pages/tabBar/home/detail.nvue +++ b/mobile/src/pages/tabBar/home/detail.nvue @@ -46,7 +46,7 @@