修改事件处理函数的逻辑;修改忘记密码提示;忘记密码增加view_replace事件;发布新版本

This commit is contained in:
2023-09-23 10:36:02 +08:00
parent 32a60597ff
commit 139ff5bda7
4 changed files with 38 additions and 8 deletions

View File

@@ -40,6 +40,6 @@ $(function () {
$('.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>');
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>');
});
});