From 7f1806c6a01318f3b1eff38da7c7c41ae82ff8c0 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期一, 11 十二月 2023 13:19:52 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 CanadaMes-ui/src/layout/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/CanadaMes-ui/src/layout/index.vue b/CanadaMes-ui/src/layout/index.vue
index fbf513e..ec7f6a6 100644
--- a/CanadaMes-ui/src/layout/index.vue
+++ b/CanadaMes-ui/src/layout/index.vue
@@ -228,15 +228,15 @@
       });
     }
   },
-  watch: {
-    '$route'(to) {
-      // 鍒囨崲璺敱鏃舵洿鏂版縺娲荤殑鏍囩
-      const tag = this.menuList.some(item => item.menuLists.some(menu => '/' + menu.router === to.path));
-      if (tag) {
-        this.activeTag = tag;
-      }
-    }
-  }
+  // watch: {
+  //   '$route'(to) {
+  //     // 鍒囨崲璺敱鏃舵洿鏂版縺娲荤殑鏍囩
+  //     const tag = this.menuList.some(item => item.menuLists.some(menu => '/' + menu.router === to.path));
+  //     if (tag) {
+  //       this.activeTag = tag;
+  //     }
+  //   }
+  // }
 }
 </script>
 

--
Gitblit v1.8.0