From 013d7277380d535118d83291d937b6cb3b6a5adb Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期三, 11 六月 2025 16:46:33 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/BaiBuLiKu --- Code Management/WMS/WIDESEA_WMSClient/src/router/index.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/index.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/index.js index c355370..47eb415 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/router/index.js +++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/index.js @@ -22,7 +22,7 @@ name: 'UserInfo', component: () => import('@/views/system/UserInfo.vue'), meta: { - keepAlive: false + } }, { @@ -30,7 +30,7 @@ name: 'sysMenu', component: () => import('@/views/system/Sys_Menu.vue'), meta: { - keepAlive: false + } }, { @@ -38,7 +38,6 @@ name: 'signalR', component: () => import('@/views/signalR/Index.vue'), meta:{ - keepAlive:false } }, ] -- Gitblit v1.9.3