From 69201c9b19ef266bfbfcd8a98822ee527064a46a Mon Sep 17 00:00:00 2001 From: chenyong <chenyong@hnkhzn.com> Date: 星期二, 03 六月 2025 17:06:31 +0800 Subject: [PATCH] 新增三楼,二楼各库大屏 --- CodeManagement/WMS/WIDESEA_WMSClient/src/router/index.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CodeManagement/WMS/WIDESEA_WMSClient/src/router/index.js b/CodeManagement/WMS/WIDESEA_WMSClient/src/router/index.js index c355370..47eb415 100644 --- a/CodeManagement/WMS/WIDESEA_WMSClient/src/router/index.js +++ b/CodeManagement/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