修改670人员信息重复发送的问题/修改版本更新的方式/加入检查更新的连接

This commit is contained in:
liub
2025-10-10 17:31:33 +08:00
parent 4c3999251e
commit e3a2624509
6 changed files with 38 additions and 12 deletions

View File

@ -62,7 +62,7 @@ function checkAndUpdateWgt(updateUrl) {
appId: "xhyc"
},
success: (res) => {
// console.log("res=>",res)
// console.log("res=>",res)//坑,404居然进success
if (res.statusCode === 200) {
res.type = '1';
resolve(res);