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;