From a4c46538025668d0289f03b78c70b2ff95e1bbe6 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 22 四月 2025 11:49:44 +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 05fe2ad..15dee7e 100644 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -63,7 +63,7 @@ routers.value.map((menu) => { if (menu.hidden !== true) { // 鍏煎椤堕儴鏍忎竴绾ц彍鍗曞唴閮ㄨ烦杞� - if (menu.path === "/") { + if (menu.path === '/' && menu.children) { topMenus.push(menu.children[0]); } else { topMenus.push(menu); -- Gitblit v1.9.3