登出登入bug修复

This commit is contained in:
2025-06-26 20:33:42 +08:00
parent cd7f61d141
commit a10173d98a
8 changed files with 248 additions and 169 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ function post_json(path, json, callback) {
},
})
.then((response) => {
console.log(response)
//console.log(response)
re_data["statusCode"] = response.status;
//载入服务器返回的数据
if (response.data) {