登出登入bug修复
This commit is contained in:
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user