style: 代码格式化
This commit is contained in:
@@ -165,7 +165,7 @@ router.beforeEach(async (to, from, next) => {
|
|||||||
if (!appStore.loginBackground) {
|
if (!appStore.loginBackground) {
|
||||||
await appStore.fnSysConf();
|
await appStore.fnSysConf();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 需要系统引导跳转
|
// 需要系统引导跳转
|
||||||
if (appStore.bootloader && to.path !== '/quick-start') {
|
if (appStore.bootloader && to.path !== '/quick-start') {
|
||||||
next({ name: 'QuickStart' });
|
next({ name: 'QuickStart' });
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
import {
|
import type {
|
||||||
RouteComponent,
|
RouteComponent,
|
||||||
RouteLocationRaw,
|
RouteLocationRaw,
|
||||||
RouteMeta,
|
RouteMeta,
|
||||||
|
|||||||
@@ -1566,9 +1566,6 @@ export function randerGroph(
|
|||||||
collapseArray
|
collapseArray
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'restart':
|
|
||||||
console.log('restart');
|
|
||||||
break;
|
|
||||||
case 'show':
|
case 'show':
|
||||||
showItems(graph);
|
showItems(graph);
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -822,5 +822,4 @@ onMounted(() => {
|
|||||||
</PageContainer>
|
</PageContainer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped></style>
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user