From 17b583422095aff6bb91bd8ddff5faeb41c8edb2 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期六, 02 十二月 2023 09:06:24 +0800 Subject: [PATCH] 更新电气管理通讯逻辑 --- CanadaMes-ui/src/router/index.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CanadaMes-ui/src/router/index.js b/CanadaMes-ui/src/router/index.js index 00c33a3..594f4db 100644 --- a/CanadaMes-ui/src/router/index.js +++ b/CanadaMes-ui/src/router/index.js @@ -134,7 +134,10 @@ const router = new VueRouter({ // base: '/canadames/', - routes + routes, + meta:{ +keepAlive:false + } }); // 璺敱鎺у埗瀹堝崼,瑙e喅闇�瑕佺櫥褰曟墠鍙互璁块棶鐨勯〉闈� @@ -144,8 +147,6 @@ // 鑾峰彇token const hasToken = getToken(); - - const isExist = Vue.prototype.$tagList.some(tag => tag.path === to.fullPath); -- Gitblit v1.8.0