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) { if (url && url.indexOf("index") > -1) {
window.location.href = decodeURIComponent(url); window.location.href = decodeURIComponent(url);
} else { } else {
window.location.href = './old.html'; window.location.href = './index.html';
} }
} else { } else {
// 显示验证码 // 显示验证码