更新脚本:增加演示页面验证码通过验证后直接跳转到个人中心页面

This commit is contained in:
Argo Zhang 2019-04-13 12:11:49 +08:00 committed by Argo-MacBookPro
parent 8edc9b91fc
commit fe91321f3c
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
setTimeout(() => {
that.parent().removeClass('d-inline-block');
that.sliderCaptcha('reset');
window.location.href = "/BA/Admin/Profiles";
}, 1000);
}
});