refactor(admin): migrate admin auth controller to app base controller

Made-with: Cursor
This commit is contained in:
apple
2026-04-29 17:12:55 +08:00
parent c7642da41b
commit 06ed25ad4d
2 changed files with 16 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
namespace app\controller\admin;
use app\common\controller\AppBaseController;
use app\Request;
use crmeb\basic\BaseController;
use think\Response;
/**
@@ -17,7 +17,7 @@ use think\Response;
* @method Response success($message = '', array $data = [])
* @method Response fail($message = '', array $data = [])
*/
class AuthController extends BaseController
class AuthController extends AppBaseController
{
/**
* 当前登陆管理员信息