From 71be0bab82caf04fd451e64a197f7ce5128c7275 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 18 Jul 2024 16:03:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=B5=8C=E5=85=A5=E5=BC=8Fiframe=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E8=B7=AF=E7=94=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/permission.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/permission.ts b/core/core-frontend/src/permission.ts index fe771eca73..7a167efc56 100644 --- a/core/core-frontend/src/permission.ts +++ b/core/core-frontend/src/permission.ts @@ -34,7 +34,7 @@ router.beforeEach(async (to, from, next) => { await appStore.setAppModel() isDesktop = appStore.getDesktop } - if (isMobile() && to.path !== '/notSupport') { + if (isMobile() && !['/notSupport', '/chart-view'].includes(to.path)) { done() loadDone() if (to.name === 'link') {