From a610ca9e97f456a7e87cb407bf6e353672472ec5 Mon Sep 17 00:00:00 2001 From: xxyy <cathay_xy@163.com> Date: 星期五, 07 三月 2025 13:49:44 +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