修改index接口无需登录

This commit is contained in:
2025-05-11 16:46:19 +08:00
parent 6a5d81badc
commit 1bd66c30ba
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ use think\exception\ValidateException;
class Base extends Common
{
protected $noNeedLogin = [];
protected $noNeedLogin = ['index'];
protected $noNeedRight = ['*'];
protected $model;