feat: 功能完善,系统管理下的所有功能。
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"qiun-(.*)": "@/components/qiun-data-charts/components/qiun-$1/qiun-$1.vue",
|
||||
"statisticBtn": "@/components/statisticBtn/statisticBtn.vue"
|
||||
"statisticBtn": "@/components/statisticBtn/statisticBtn.vue",
|
||||
"systemBtn": "@/components/systemBtn/systemBtn.vue"
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
@@ -897,15 +898,13 @@
|
||||
{
|
||||
"path": "system/user/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户管理",
|
||||
"navigationStyle": "custom"
|
||||
"navigationBarTitleText": "用户管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/user/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户详情",
|
||||
"navigationStyle": "custom"
|
||||
"navigationBarTitleText": "用户详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -949,6 +948,84 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "操作日志"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/config/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "参数配置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/config/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "参数配置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/config/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "参数详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/menu/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "菜单管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/menu/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "菜单管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/role/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "角色管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/role/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "角色管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/notice/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "通知公告"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/notice/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "通知公告"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/notice/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "公告详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/job/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "定时任务"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/job/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "定时任务"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/job/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "任务详情"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user