diff --git a/package.json b/package.json index ad1aad2..2d32c64 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 26c1d3e..0d10db5 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, @@ -16,6 +16,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 @@