命令行提交3

This commit is contained in:
zoujiandong
2025-08-05 13:55:52 +08:00
parent e83260c6ff
commit 86eb7d47e0
3 changed files with 6 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -87,14 +87,15 @@ const request = (url, data = {}, method = "post", loading = false, contentType =
title: res.data.message,
icon: "none"
});
n(res);
} else {
e(res);
let H5url = "https://dev-wx.igandan.com";
if (window.location.href.indexOf("//dev-casedata.igandan.com") == -1) {
H5url = "https://wx.igandan.com";
}
window.location.href = H5url + "/hcp/Signup2020online_tologin?back_url=" + encodeURIComponent(window.location.href);
}
n(res);
}
},
fail: function(err) {