From 7fac117d5b0217be53bdf7945bcfb3c1715b5bbb Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 22 一月 2024 08:28:11 +0800
Subject: [PATCH] 代码测试后更新

---
 CanadaMes-ui/src/router/index.js |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/CanadaMes-ui/src/router/index.js b/CanadaMes-ui/src/router/index.js
index 00c33a3..d65b7da 100644
--- a/CanadaMes-ui/src/router/index.js
+++ b/CanadaMes-ui/src/router/index.js
@@ -122,9 +122,13 @@
       {
         path: '/Electrical/ManualJog',
         component: () => import('../views/Electrical/ManualJog')
+      },
+      {
+        path: '/Electrical/InteractionState',
+        component: () => import('../views/Electrical/InteractionState')
       }
 
-
+ 
 
     ]
   }
@@ -134,7 +138,10 @@
 
 const router = new VueRouter({
   // base: '/canadames/',  
-  routes
+  routes,
+  meta:{
+keepAlive:false
+  }
 });
 
 // 璺敱鎺у埗瀹堝崼,瑙e喅闇�瑕佺櫥褰曟墠鍙互璁块棶鐨勯〉闈�
@@ -144,8 +151,6 @@
 
   // 鑾峰彇token
   const hasToken = getToken();
-
-
 
 
   const isExist = Vue.prototype.$tagList.some(tag => tag.path === to.fullPath);

--
Gitblit v1.8.0