命令行提交3
This commit is contained in:
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user