From e1281f6933755e07c7fb4b5bd8e8027cfb780e94 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 27 十一月 2025 17:06:43 +0800
Subject: [PATCH] 改bug
---
admin/src/store/index.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/admin/src/store/index.js b/admin/src/store/index.js
index eae17b4..a6be0a8 100644
--- a/admin/src/store/index.js
+++ b/admin/src/store/index.js
@@ -61,7 +61,6 @@
},
// 璁剧疆棣栭〉璺敱淇℃伅
setTopMenuCurrent (state, current) {
- console.log("setTopMenuCurrent",current)
if(current.id !== state.topMenuCurrent.id){
state.topMenuList.list.forEach(item => {
console.log(item.id, item.id)
--
Gitblit v1.9.3