系统总览布局,场站运行模式

This commit is contained in:
ym1026
2025-09-12 10:09:58 +08:00
parent 1a22f45b26
commit e8487041d2
6 changed files with 35 additions and 20 deletions

View File

@@ -13,11 +13,11 @@ export const routes = [
{
path: '/',
name: '/',
redirect: '/Home',
redirect: '/home',
component: () => import(/* webpackChunkName: "main" */ '@/views/MainView.vue'),
children: [
{
path: 'Home',
path: 'home',
component: () => import(/* webpackChunkName: "monitor" */ '@/views/sub/Home.vue')
},
{