feat: 系统引导使用接口变更
This commit is contained in:
@@ -161,7 +161,7 @@ router.beforeEach(async (to, from, next) => {
|
||||
}
|
||||
console.log(to.path);
|
||||
// 需要系统引导跳转
|
||||
if (appStore.sysGuide && to.path !== '/quick-start') {
|
||||
if (appStore.bootloader && to.path !== '/quick-start') {
|
||||
next({ name: 'QuickStart' });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user