mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 04:18:21 +08:00
revert old version login page code
This commit is contained in:
parent
c31ac8ba80
commit
9d1a1011ac
@ -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 {
|
||||||
// 显示验证码
|
// 显示验证码
|
||||||
|
Loading…
Reference in New Issue
Block a user