diff --git a/package.json b/package.json index 3f62990..0d50996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pure-admin-thin", - "version": "3.9.6", + "version": "3.9.7", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index 5798de9..c3c53cb 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.9.6", + "Version": "3.9.7", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false, @@ -17,6 +17,6 @@ "ShowLogo": true, "ShowModel": "smart", "MenuArrowIconNoTransition": true, - "CachingAsyncRoutes": true, + "CachingAsyncRoutes": false, "TooltipEffect": "light" } diff --git a/src/views/permission/page/index.vue b/src/views/permission/page/index.vue index f72074b..f02ad5a 100644 --- a/src/views/permission/page/index.vue +++ b/src/views/permission/page/index.vue @@ -1,5 +1,6 @@