This commit is contained in:
zzyuan 2024-09-09 10:21:37 +08:00
commit 9d9a87d4c9
1 changed files with 3 additions and 3 deletions

View File

@ -189,20 +189,20 @@
{ {
"path": "pages/YNEduApp/user/myMsg", "path": "pages/YNEduApp/user/myMsg",
"style": { "style": {
"navigationBarTitleText": "消息通知" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/YNEduApp/user/msgDetail", "path": "pages/YNEduApp/user/msgDetail",
"style": { "style": {
"navigationBarTitleText": "消息详情" "navigationBarTitleText": "公告详情"
} }
}, },
{ {
"path" : "pages/YNEduApp/index/notices", "path" : "pages/YNEduApp/index/notices",
"style" : "style" :
{ {
"navigationStyle": "custom" "navigationBarTitleText": "通知公告"
} }
}, },
{ {