增加群聊功能

This commit is contained in:
2025-12-04 09:14:26 +08:00
parent da321e3afc
commit 63ca14379e
27 changed files with 2537 additions and 14 deletions

View File

@@ -194,7 +194,6 @@
*/
const getCode = () => {
authCaptcha().then(res => {
console.log(res)
vdata.formData.img = res.code
vdata.formData.uuid = res.uuid
})