数据库结构更新

This commit is contained in:
技术老胡
2024-10-23 17:22:21 +08:00
parent 94de61fbda
commit f4b322a5e8
8 changed files with 44 additions and 142 deletions

View File

@@ -10,7 +10,7 @@ use app\model\User;
class UserController extends BaseController
{
protected $middleware = ['Auth' => ['except' => ['login']]];
protected $middleware = ['Auth' => ['except' => ['login', 'resetKey']]];
public function login()
{