新增:新增系统管理/角色管理(分页、查看详情、创建、修改、删除)

This commit is contained in:
2023-02-09 23:15:16 +08:00
parent 4171fe0597
commit 5251a484f2
22 changed files with 1564 additions and 12 deletions

View File

@@ -272,6 +272,7 @@ continew-admin
│ │ │ └─ online # 在线用户
│ │ └─ system # 系统管理模块
│ │ ├─ dept # 部门管理
│ │ ├─ role # 角色管理
│ │ └─ user # 用户模块
│ │ └─ center # 个人中心
│ ├─ App.vue # 视图入口