feat: 新增通知公告菜单

新增通知公告菜单
This commit is contained in:
Theo
2024-11-21 23:32:09 +08:00
parent 8971488bc7
commit 01b67ea8df
5 changed files with 953 additions and 1 deletions

View File

@@ -50,7 +50,7 @@
}
},
{
"path": "pages/work/config/config",
"path": "pages/work/config/index",
"style": {
"navigationBarTitleText": "系统配置"
}
@@ -60,6 +60,18 @@
"style": {
"navigationBarTitleText": "配置详情"
}
},
{
"path": "pages/work/notice/index",
"style": {
"navigationBarTitleText": "通知公告"
}
},
{
"path": "pages/work/notice/detail",
"style": {
"navigationBarTitleText": "通知详情"
}
}
],
"globalStyle": {