From 51461f369f0b0ad1da96346afee5637302f1525b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 18 八月 2026 16:38:47 +0800
Subject: [PATCH] 提交
---
src/components/TopNav/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue
index 307953e..aec393d 100644
--- a/src/components/TopNav/index.vue
+++ b/src/components/TopNav/index.vue
@@ -93,7 +93,7 @@
childrenMenus.push(router.children[item]);
}
});
- return constantRoutes;
+ return constantRoutes.concat(childrenMenus);
},
// 榛樿婵�娲荤殑鑿滃崟
activeMenu() {
--
Gitblit v1.9.3