mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
系统管理
This commit is contained in:
@@ -54,8 +54,8 @@ export const routes = [
|
||||
{
|
||||
name: 'role',
|
||||
path: 'role',
|
||||
title: '角色管理'
|
||||
// component: () => import(/* webpackChunkName: "system" */ '@/views/system/role.vue')s
|
||||
title: '角色管理',
|
||||
component: () => import(/* webpackChunkName: "system" */ '@/views/system/role.vue')
|
||||
},
|
||||
{
|
||||
name: 'permission',
|
||||
@@ -65,7 +65,8 @@ export const routes = [
|
||||
{
|
||||
name: 'station',
|
||||
path: 'station',
|
||||
title: '场站管理'
|
||||
title: '场站管理',
|
||||
component: () => import(/* webpackChunkName: "system" */ '@/views/system/station.vue')
|
||||
},
|
||||
{
|
||||
name: 'service',
|
||||
|
||||
Reference in New Issue
Block a user