隐藏聊天入口,修改为正式环境

This commit is contained in:
2025-12-08 14:13:14 +08:00
parent 6b420e47f7
commit ea5ce3caa1
4 changed files with 58 additions and 57 deletions

View File

@@ -822,47 +822,48 @@
"navigationBarTitleText": "分销"
}
}]
},
{
"root":"pageChat",
"pages": [{
"pageId": "PAGES_CHAT_INDEX",
"path": "index",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"pageId": "PAGES_CHAT_CHAT",
"path": "chat",
"style": {
"navigationBarTitleText": "群聊"
}
},
{
"pageId": "PAGES_CHAT_GROUP_INFO",
"path": "group-info/index",
"style": {
"navigationBarTitleText": "群管理"
}
},
{
"pageId": "PAGES_CHAT_COUPON_ACTIVITY",
"path": "coupon-activity/index",
"style": {
"navigationBarTitleText": "优惠券管理"
}
},
{
"pageId": "PAGES_CHAT_COUPON_ACTIVITY_DETAIL",
"path": "coupon-activity/detail",
"style": {
"navigationBarTitleText": "查看优惠券"
}
}
]
}
// ,
// {
// "root":"pageChat",
// "pages": [{
// "pageId": "PAGES_CHAT_INDEX",
// "path": "index",
// "style": {
// "navigationBarTitleText": "消息"
// }
// },
// {
// "pageId": "PAGES_CHAT_CHAT",
// "path": "chat",
// "style": {
// "navigationBarTitleText": "群聊"
// }
// },
// {
// "pageId": "PAGES_CHAT_GROUP_INFO",
// "path": "group-info/index",
// "style": {
// "navigationBarTitleText": "群管理"
// }
// },
// {
// "pageId": "PAGES_CHAT_COUPON_ACTIVITY",
// "path": "coupon-activity/index",
// "style": {
// "navigationBarTitleText": "优惠券管理"
// }
// },
// {
// "pageId": "PAGES_CHAT_COUPON_ACTIVITY_DETAIL",
// "path": "coupon-activity/detail",
// "style": {
// "navigationBarTitleText": "查看优惠券"
// }
// }
// ]
// }
],
"globalStyle": {