增加js的事件处理;增加忘记密码的js替换事件;发布新版本;

This commit is contained in:
2023-09-23 11:47:18 +08:00
parent 94ab74892e
commit e176ed19e5
5 changed files with 32 additions and 11 deletions

View File

@@ -38,8 +38,11 @@ $(function () {
});
});
$('.forget-password').click(function () {
layer.msg('可以使用重置密码命令设置:<br/>php think admin:reset:password<br><a target="_blank" href="http://doc.ulthon.com/home/read/ulthon_admin/reset_password/15/16.html"> 参考文档</a>');
ua.triggerEventReplaceJs('AdminLoginForget', () => {
$('.forget-password').click(function () {
layer.msg('可以使用重置密码命令设置:<br/>php think admin:reset:password<br><a target="_blank" href="http://doc.ulthon.com/home/read/ulthon_admin/reset_password/15/16.html"> 参考文档</a>');
});
}, (code) => {
eval(code);
});
});