mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
Update src/router/index.ts
This commit is contained in:
parent
eda486b522
commit
87e5c2bba0
@ -60,7 +60,7 @@ router.beforeEach((to, from, next) => {
|
||||
}
|
||||
}
|
||||
|
||||
if (defaultPath === "") {
|
||||
if (!defaultPath) {
|
||||
defaultPath = "/marketplace";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user