需要修改BUG

This commit is contained in:
cbb
2026-01-15 17:57:32 +08:00
parent cfdc2ea7b0
commit d2ba0df2b5
4 changed files with 70 additions and 20 deletions

View File

@@ -1,6 +1,12 @@
{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "TUIKit/components/TUIConversation/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
@@ -14,12 +20,6 @@
"navigationStyle": "custom"
}
},
{
"path": "TUIKit/components/TUIConversation/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "TUIKit/components/TUIChat/index",
"style": {