|
|
|
@ -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');
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|