1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00

Update Login.php

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

@ -42,6 +42,11 @@ class Login extends BasicAdmin
/**
* 用户登录
* @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()
{