Skip to content

Commit d50a898

Browse files
authored
fix: adjust home dashboard styles (#12550)
1 parent 8964730 commit d50a898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/routers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ router.beforeEach((to, from, next) => {
6464
});
6565

6666
router.afterEach((to) => {
67-
if (to.meta.activeMenu && !isRedirecting) {
67+
if (to.meta.activeMenu && !to.meta.ignoreTab && !isRedirecting) {
6868
let notMathParam = true;
6969
if (to.matched.some((record) => record.path.includes(':'))) {
7070
notMathParam = false;

0 commit comments

Comments
 (0)