需要开发 IM

This commit is contained in:
cbb
2025-12-30 17:52:19 +08:00
parent 8fe2079446
commit d0cf491201
23 changed files with 515 additions and 61 deletions

View File

@@ -14,6 +14,18 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/login/protocol",
"style": {
"navigationBarTitleText": "用户权益"
}
},
{
"path": "pages/login/regime",
"style": {
"navigationBarTitleText": "隐私政策"
}
},
{
"path": "pages/login/phone-register/phone-register",
"style": {
@@ -38,7 +50,8 @@
{
"path": "pages/news-list/news-list",
"style": {
"navigationBarTitleText": "消息"
"navigationBarTitleText": "消息",
"navigationStyle": "custom"
}
},
{
@@ -230,7 +243,8 @@
{
"path": "pages/discover/company",
"style": {
"navigationBarTitleText": "公司介绍"
"navigationBarTitleText": "公司介绍",
"navigationBarBackgroundColor": "#ffffff"
}
}
],
@@ -273,4 +287,4 @@
}
]
}
}
}