增加聊天功能

This commit is contained in:
2025-12-04 17:14:47 +08:00
parent ca829d7f00
commit 6f1185be3a
25 changed files with 2504 additions and 2 deletions

View File

@@ -295,6 +295,22 @@
}
}
]
},
{
"root": "pageChat",
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "chat",
"style": {
"navigationBarTitleText": "群聊"
}
}
]
}
],
"uniIdRouter": {},