From f8ddb1cdc0caafa8aa74a214fffa552aac1d04a7 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 20 十一月 2025 14:37:31 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/layout/components/Sidebar/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index d35a05a..129fafc 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -33,7 +33,6 @@
const { meta, path } = route
// if set path, the sidebar will highlight the path you set
if (meta.activeMenu) {
- console.log(meta.activeMenu)
return meta.activeMenu
}
return path
--
Gitblit v1.9.1