This commit is contained in:
toogee 2020-01-16 17:40:58 +08:00
parent e859db3af6
commit 2af92e41f0
2 changed files with 8 additions and 8 deletions

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php
// This file is automatically generated at:2020-01-16 16:48:50
// This file is automatically generated at:2020-01-16 17:40:25
declare (strict_types = 1);
return array (
0 => 'think\\captcha\\CaptchaService',

View File

@ -53,12 +53,12 @@
<div class="layui-trans layadmin-user-login-footer">
<p>© 2018 <a href="http://www.layui.com/" target="_blank">layui.com</a></p>
<p>
<p>© 2020 <a href="http://www.aieok.com/" target="_blank">aieok.com</a></p>
<!--p>
<span><a href="http://www.layui.com/admin/#get" target="_blank">获取授权</a></span>
<span><a href="http://www.layui.com/admin/pro/" target="_blank">在线演示</a></span>
<span><a href="http://www.layui.com/admin/" target="_blank">前往官网</a></span>
</p>
</p-->
</div>
<!--<div class="ladmin-user-login-theme">
@ -94,11 +94,11 @@
form.render();
//回车登陆
$('input').keydown(function(e){
if(e.key.Code == 13){
//$('input').keydown(function(e){
// if(e.key.Code == 13){
//form.on();
}
});
// }
//});
//提交
form.on('submit(LAY-user-login-submit)', function(obj){