Update Login.php

This commit is contained in:
Anyon 2019-04-04 13:38:38 +08:00
parent 623d960a4d
commit 22e7bac2d4

View File

@ -42,6 +42,11 @@ class Login extends BasicAdmin
/** /**
* 用户登录 * 用户登录
* @return string * @return string
* @throws \think\Exception
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
* @throws \think\exception\PDOException
*/ */
public function index() public function index()
{ {