Files
urbanLifeline/urbanLifelineWeb/packages/workcase_wechat/pages.json

54 lines
1.0 KiB
JSON
Raw Normal View History

2025-12-08 19:01:09 +08:00
{
2025-12-10 17:00:54 +08:00
"pages": [
2025-12-08 19:01:09 +08:00
{
"path": "pages/index/index",
"style": {
2025-12-10 17:00:54 +08:00
"navigationStyle": "custom",
"backgroundColor": "#667eea",
2025-12-22 19:16:53 +08:00
"enablePullDownRefresh": false
2025-12-10 17:00:54 +08:00
}
},
{
2025-12-22 19:16:53 +08:00
"path": "pages/chatRoom/chatRoomList/chatRoomList",
2025-12-10 17:00:54 +08:00
"style": {
2025-12-23 13:27:36 +08:00
"navigationStyle": "custom",
"navigationBarTitleText": "我的聊天室"
2025-12-10 17:00:54 +08:00
}
},
{
2025-12-22 19:16:53 +08:00
"path": "pages/chatRoom/chatRoom/chatRoom",
2025-12-10 17:00:54 +08:00
"style": {
2025-12-23 13:27:36 +08:00
"navigationStyle": "custom"
2025-12-22 19:16:53 +08:00
}
},
{
"path": "pages/workcase/workcaseList/workcaseList",
"style": {
2025-12-23 13:27:36 +08:00
"navigationStyle": "custom"
2025-12-22 19:16:53 +08:00
}
},
{
"path": "pages/workcase/workcaseDetail/workcaseDetail",
"style": {
2025-12-23 13:27:36 +08:00
"navigationStyle": "custom"
2025-12-22 19:16:53 +08:00
}
},
{
2025-12-26 10:37:52 +08:00
"path": "pages/meeting/Meeting",
2025-12-22 19:16:53 +08:00
"style": {
2025-12-23 13:27:36 +08:00
"navigationStyle": "custom"
2025-12-08 19:01:09 +08:00
}
}
],
"globalStyle": {
2025-12-10 17:00:54 +08:00
"navigationBarTextStyle": "white",
"navigationBarTitleText": "泰豪小电",
"navigationBarBackgroundColor": "#667eea",
"backgroundColor": "#F8F9FA"
2025-12-08 19:01:09 +08:00
},
2025-12-10 17:00:54 +08:00
"uniIdRouter": {
"loginPage": "pages/index/index",
"needLogin": []
}
2025-12-08 19:01:09 +08:00
}