revert old version login page code

This commit is contained in:
idiotalex@163.com 2021-04-06 15:36:58 +08:00
parent c31ac8ba80
commit 9d1a1011ac

View File

@ -129,7 +129,7 @@
if (url && url.indexOf("index") > -1) {
window.location.href = decodeURIComponent(url);
} else {
window.location.href = './old.html';
window.location.href = './index.html';
}
} else {
// 显示验证码