|
@@ -118,7 +118,7 @@ const post = function (url, data) {
|
|
|
error: function (error) {
|
|
|
if(error.status===403||error.status===401){
|
|
|
const wd = window.parent.window||window;
|
|
|
- // wd.location.href = "../login.html";
|
|
|
+ wd.location.href = "../login.html";
|
|
|
}
|
|
|
reject(error);
|
|
|
},
|