小程序修正

This commit is contained in:
2025-12-23 13:27:36 +08:00
parent cfb160cf09
commit ce66812c82
48 changed files with 766 additions and 735 deletions

View File

@@ -9,35 +9,34 @@
}
},
{
// 聊天室列表
"path": "pages/chatRoom/chatRoomList/chatRoomList",
"style": {
"navigationBarTitleText": ""
"navigationStyle": "custom",
"navigationBarTitleText": "我的聊天室"
}
},
{
// 聊天室
"path": "pages/chatRoom/chatRoom/chatRoom",
"style": {
"navigationBarTitleText": ""
"navigationStyle": "custom"
}
},
{
"path": "pages/workcase/workcaseList/workcaseList",
"style": {
"navigationBarTitleText": ""
"navigationStyle": "custom"
}
},
{
"path": "pages/workcase/workcaseDetail/workcaseDetail",
"style": {
"navigationBarTitleText": ""
"navigationStyle": "custom"
}
},
{
"path": "pages/meeting/Meeting/Meeting",
"style": {
"navigationBarTitleText": ""
"navigationStyle": "custom"
}
}
],