更新脚本:增加演示页面验证码通过验证后直接跳转到个人中心页面
This commit is contained in:
parent
8edc9b91fc
commit
fe91321f3c
|
@ -8,6 +8,7 @@
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
that.parent().removeClass('d-inline-block');
|
that.parent().removeClass('d-inline-block');
|
||||||
that.sliderCaptcha('reset');
|
that.sliderCaptcha('reset');
|
||||||
|
window.location.href = "/BA/Admin/Profiles";
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue