mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 16:45:24 +00:00
Update src/router/index.ts
This commit is contained in:
parent
206b4a5ee0
commit
eda486b522
@ -55,7 +55,7 @@ router.beforeEach((to, from, next) => {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (defaultPath !== "") {
|
||||
if (defaultPath) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user