微信修改

This commit is contained in:
2025-12-22 19:16:53 +08:00
parent ae16757984
commit cfb160cf09
70 changed files with 4697 additions and 1839 deletions

View File

@@ -5,27 +5,39 @@
"style": {
"navigationStyle": "custom",
"backgroundColor": "#667eea",
"enablePullDownRefresh": false,
"safeAreaInsets": {
"top": true,
"bottom": false
}
"enablePullDownRefresh": false
}
},
{
"path": "pages/workcase/list",
// 聊天室列表
"path": "pages/chatRoom/chatRoomList/chatRoomList",
"style": {
"navigationBarTitleText": "我的工单",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white"
"navigationBarTitleText": ""
}
},
{
"path": "pages/workcase/detail",
// 聊天室
"path": "pages/chatRoom/chatRoom/chatRoom",
"style": {
"navigationBarTitleText": "工单详情",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white"
"navigationBarTitleText": ""
}
},
{
"path": "pages/workcase/workcaseList/workcaseList",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workcase/workcaseDetail/workcaseDetail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/meeting/Meeting/Meeting",
"style": {
"navigationBarTitleText": ""
}
}
],