mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
增加忘记密码提示;
This commit is contained in:
@@ -24,7 +24,7 @@ define(["easy-admin"], function (ea) {
|
||||
$(this).addClass('icon-check');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
$('.login-tip').on('click', function () {
|
||||
$('.icon-nocheck').click();
|
||||
});
|
||||
@@ -42,6 +42,11 @@ define(["easy-admin"], function (ea) {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
$('.forget-password').click(function () {
|
||||
layer.msg('可以使用重置密码命令设置:<br/>php think admin:resetPassword<br><a target="_blank" href="http://doc.ulthon.com/home/read/ulthon_admin/reset_password/15/16.html"> 参考文档</a>')
|
||||
})
|
||||
|
||||
},
|
||||
};
|
||||
return Controller;
|
||||
|
||||
Reference in New Issue
Block a user