Files
urbanLifeline/urbanLifelineWeb/packages/workcase_wechat/pages.json
2025-12-23 13:27:36 +08:00

54 lines
1.0 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"backgroundColor": "#667eea",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatRoom/chatRoomList/chatRoomList",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "我的聊天室"
}
},
{
"path": "pages/chatRoom/chatRoom/chatRoom",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/workcase/workcaseList/workcaseList",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/workcase/workcaseDetail/workcaseDetail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/meeting/Meeting/Meeting",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "泰豪小电",
"navigationBarBackgroundColor": "#667eea",
"backgroundColor": "#F8F9FA"
},
"uniIdRouter": {
"loginPage": "pages/index/index",
"needLogin": []
}
}