mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
fix: adjust home dashboard styles (#12550)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user