- 新增了聊天消息加载和发送时的加载状态与错误处理功能。

- 优化了消息格式和用户界面,提升用户体验。
This commit is contained in:
2025-06-23 01:38:12 +08:00
parent 8c8d567d33
commit e39b9caced
10 changed files with 1036 additions and 42 deletions

View File

@@ -21,11 +21,15 @@
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-amap": "^0.5.10",
"vue-router": "^4.5.0"
"vue-router": "^4.5.0",
"sockjs-client": "^1.6.1",
"@stomp/stompjs": "^7.0.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.1",
"@types/node": "^22.14.0",
"@types/sockjs-client": "^1.5.4",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"npm-run-all2": "^7.0.2",