增加忘记密码提示;

This commit is contained in:
2022-03-04 15:10:59 +08:00
parent 0279c93dc0
commit 5eb54a699d

View File

@@ -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;