fix: 网元特定排序添加SMSC

This commit is contained in:
TsMask
2024-05-14 17:24:50 +08:00
parent 7278e24dce
commit 6d5b9f417c
6 changed files with 29 additions and 43 deletions

View File

@@ -159,7 +159,7 @@ router.beforeEach(async (to, from, next) => {
if (!appStore.loginBackground) {
await appStore.fnSysConf();
}
console.log(to.path);
// 需要系统引导跳转
if (appStore.bootloader && to.path !== '/quick-start') {
next({ name: 'QuickStart' });