mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 11:32:48 +08:00
增加js的事件处理;增加忘记密码的js替换事件;发布新版本;
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user