adminkey
This commit is contained in:
parent
e859db3af6
commit
2af92e41f0
2
vendor/services.php
vendored
2
vendor/services.php
vendored
@ -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',
|
||||
|
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user