|
|
@ -417,7 +417,8 @@
|
|
|
|
if (ret.code == 0 || ret.code == 401) {
|
|
|
|
if (ret.code == 0 || ret.code == 401) {
|
|
|
|
Common.info("退出成功!");
|
|
|
|
Common.info("退出成功!");
|
|
|
|
Common.awaitTime(1200, function () {
|
|
|
|
Common.awaitTime(1200, function () {
|
|
|
|
window.location.href = ret.data;
|
|
|
|
//window.location.href = ret.data;
|
|
|
|
|
|
|
|
window.location.href = "http://116.205.131.177:8080/Login";
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|