退出bug

beetlsql3-dev
Mlxa0324 2 years ago
parent 5892148dd2
commit 0c626b987a

@ -415,7 +415,7 @@
if (ret.code == 0 || ret.code == 401) {
Common.info("退出成功!");
Common.awaitTime(1200, function () {
window.location.href = host + ('${profile!}' === 'prod' ? '/' : '/server');
window.location.href = host + ('${profile!}' === 'prod' ? '${studentTeacherURL}' : '/server');
});
}
});

Loading…
Cancel
Save