Skip to content

Commit

Permalink
chore: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed May 1, 2021
1 parent 6853941 commit b9aa5bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/admin/user/controller/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function login()
$user->refreshInfo(['avatar' => '/src/images/user.jpg']);
$this->success([], createUrl('index', 'index', 'index'));
} else {
$this->error('验证码错误' . $phrase . ':' . $verify, 400);
$this->error('验证码错误', 400);
}
}
$user = new User();
Expand Down
4 changes: 2 additions & 2 deletions views/admin/user/index/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="layui-canvs"></div>
<div class="layui-layout layui-layout-login">
<h1>
<strong>TPR后台管理系统</strong>
<strong>TPR 后台管理系统</strong>
<em>Management System</em>
</h1>
<div class="layui-user-icon larry-login">
Expand All @@ -37,7 +37,7 @@ <h1>
<input type="button" value="立即登陆" class="submit_btn"/>
</div>
<div class="layui-login-text">
<p>© 2017 流水无痕</p>
<p>© 2017-2021 流水无痕</p>
<p>
<a href="http://www.layui.com" title="" target="_blank">前端框架 layui2.0</a> |
<a href="https://www.hanxv.cn" title="" target="_blank">个人博客</a>
Expand Down

0 comments on commit b9aa5bb

Please sign in to comment.