We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8964730 commit d50a898Copy full SHA for d50a898
1 file changed
frontend/src/routers/index.ts
@@ -64,7 +64,7 @@ router.beforeEach((to, from, next) => {
64
});
65
66
router.afterEach((to) => {
67
- if (to.meta.activeMenu && !isRedirecting) {
+ if (to.meta.activeMenu && !to.meta.ignoreTab && !isRedirecting) {
68
let notMathParam = true;
69
if (to.matched.some((record) => record.path.includes(':'))) {
70
notMathParam = false;
0 commit comments