style: 代码格式化
This commit is contained in:
@@ -165,7 +165,7 @@ router.beforeEach(async (to, from, next) => {
|
||||
if (!appStore.loginBackground) {
|
||||
await appStore.fnSysConf();
|
||||
}
|
||||
|
||||
|
||||
// 需要系统引导跳转
|
||||
if (appStore.bootloader && to.path !== '/quick-start') {
|
||||
next({ name: 'QuickStart' });
|
||||
|
||||
Reference in New Issue
Block a user