mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
系统总览布局,场站运行模式
This commit is contained in:
@@ -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')
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user