mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 02:47:25 +08:00
fix: 修复 App 端 MQTT 运行时兼容问题
- 锁定 MQTT 版本为 5.15.1 - 为 AbortController、AbortSignal 和 navigator.language 添加兼容补丁 - 新增 MQTT App 运行时测试
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -12,9 +12,9 @@
|
||||
"dependencies": {
|
||||
"@tencentcloud/chat": "^3.5.5",
|
||||
"hls.js": "^1.6.16",
|
||||
"mqtt": "^5.15.0",
|
||||
"mqtt": "5.15.1",
|
||||
"sass": "^1.89.2",
|
||||
"uview-plus": "^3.4.72",
|
||||
"uview-plus": "3.8.42",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user