From ffe8ac13ba8bc9426f8b5f5b88f094a05b31b7ff Mon Sep 17 00:00:00 2001 From: xxyy <cathay_xy@163.com> Date: 星期一, 10 三月 2025 10:15:29 +0800 Subject: [PATCH] 增强功能与修复错误,更新缓存服务 --- 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