mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 04:18:21 +08:00
fix old version login page
This commit is contained in:
parent
9d1a1011ac
commit
103b0c548a
@ -129,7 +129,7 @@
|
||||
if (url && url.indexOf("index") > -1) {
|
||||
window.location.href = decodeURIComponent(url);
|
||||
} else {
|
||||
window.location.href = './index.html';
|
||||
window.location.href = './old.html';
|
||||
}
|
||||
} else {
|
||||
// 显示验证码
|
||||
|
Loading…
Reference in New Issue
Block a user