fix: 自测bug修复。

This commit is contained in:
tianyongbao
2025-01-06 22:09:03 +08:00
parent ff9a26b489
commit e6fa03ed11
3 changed files with 12 additions and 1 deletions

6
package-lock.json generated
View File

@@ -33,6 +33,7 @@
"@ttou/uview-typings": "^2.0.5",
"clipboard": "^2.0.11",
"dayjs": "^1.11.9",
"jsencrypt": "3.3.1",
"mqtt": "4.1.0",
"pinia": "^2.0.36",
"pinia-plugin-persist": "^1.0.0",
@@ -9618,6 +9619,11 @@
}
}
},
"node_modules/jsencrypt": {
"version": "3.3.1",
"resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.1.tgz",
"integrity": "sha512-dVvV54GdFuJgmEKn+oBiaifDMen4p6o6j/lJh0OVMcouME8sST0bJ7bldIgKBQk4za0zyGn0/pm4vOznR25mLw=="
},
"node_modules/jsesc": {
"version": "2.5.2",
"resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz",