From 1081506d10275c83fa8a0f60e037ed1e14cc6630 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 26 Dec 2022 12:53:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD?= =?UTF-8?q?=20`CachingAsyncRoutes`=20=E5=8A=A8=E6=80=81=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E6=9C=AC=E5=9C=B0=EF=BC=8C=E5=8F=AF=E8=87=AA?= =?UTF-8?q?=E8=A1=8C=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/serverConfig.json | 2 +- src/views/permission/page/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/serverConfig.json b/public/serverConfig.json index 7e3e4ad68..e9dc7c0b8 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -17,7 +17,7 @@ "ShowLogo": true, "ShowModel": "smart", "MenuArrowIconNoTransition": true, - "CachingAsyncRoutes": true, + "CachingAsyncRoutes": false, "TooltipEffect": "light", "MapConfigure": { "amapKey": "97b3248d1553172e81f168cf94ea667e", diff --git a/src/views/permission/page/index.vue b/src/views/permission/page/index.vue index 36fc2d04a..bf6a693c0 100644 --- a/src/views/permission/page/index.vue +++ b/src/views/permission/page/index.vue @@ -1,5 +1,6 @@