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

70 lines
1.4 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-27 13:23:07 +08:00
"navigationStyle": "custom",
"disableScroll": true
}
},
{
2025-12-27 19:23:33 +08:00
"path": "pages/meeting/meetingCreate/MeetingCreate",
2025-12-27 13:23:07 +08:00
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "创建会议"
2025-12-08 19:01:09 +08:00
}
}
],
2025-12-27 13:23:07 +08:00
"permission": {
"scope.camera": {
"desc": "用于拍摄/视频通话等功能"
},
"scope.record": {
"desc": "用于录制音频/语音通话等功能"
}
},
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
}