From d50a8983bc329bfa0fdc8463e2395cbe01fe35ff Mon Sep 17 00:00:00 2001 From: ssongliu Date: Tue, 21 Apr 2026 16:35:15 +0800 Subject: [PATCH] fix: adjust home dashboard styles (#12550) --- frontend/src/routers/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routers/index.ts b/frontend/src/routers/index.ts index bc7c5dda4..4d6e8f3c0 100644 --- a/frontend/src/routers/index.ts +++ b/frontend/src/routers/index.ts @@ -64,7 +64,7 @@ router.beforeEach((to, from, next) => { }); router.afterEach((to) => { - if (to.meta.activeMenu && !isRedirecting) { + if (to.meta.activeMenu && !to.meta.ignoreTab && !isRedirecting) { let notMathParam = true; if (to.matched.some((record) => record.path.includes(':'))) { notMathParam = false;