mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-10-19 14:52:10 +08:00
Update Login.php
This commit is contained in:
parent
623d960a4d
commit
22e7bac2d4
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user