From 3a067334f00b269fcb8cd2379817cc6f985373f5 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 8 May 2024 16:35:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E5=BC=8F=E5=9C=BA=E6=99=AF=E4=B8=8B=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=E5=88=87=E6=8D=A2=E5=88=B0=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/permissionMobile.ts | 2 +- .../src/views/dashboard/MobileConfigPanel.vue | 19 +------------------ .../src/views/mobile/panel/index.vue | 9 --------- 3 files changed, 2 insertions(+), 28 deletions(-) diff --git a/core/core-frontend/src/permissionMobile.ts b/core/core-frontend/src/permissionMobile.ts index eae649f924..0af6b4b952 100644 --- a/core/core-frontend/src/permissionMobile.ts +++ b/core/core-frontend/src/permissionMobile.ts @@ -17,7 +17,7 @@ const { start, done } = useNProgress() const interactiveStore = interactiveStoreWithOut() const { loadStart, loadDone } = usePageLoading() -const whiteList = ['/login'] // 不重定向白名单 +const whiteList = ['/login', '/panel'] // 不重定向白名单 router.beforeEach(async (to, _, next) => { start() diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue index 4680ee3f56..2ccb74eaad 100644 --- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue +++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue @@ -1,6 +1,5 @@