系统管理

This commit is contained in:
ym1026
2025-09-05 16:40:35 +08:00
parent c778e4a300
commit c1cce63c85
24 changed files with 2220 additions and 411 deletions

View File

@@ -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',