fix: adjust home dashboard styles (#12550)

This commit is contained in:
ssongliu
2026-04-21 16:35:15 +08:00
committed by GitHub
parent 89647304bb
commit d50a8983bc
+1 -1
View File
@@ -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;