Merge remote-tracking branch 'origin/beetlsql3-dev' into beetlsql3-dev

beetlsql3-dev
Mlxa0324
commit 4a909d0eb4

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

Loading…
Cancel
Save