正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -17,7 +17,7 @@ use think\Db; | @@ -17,7 +17,7 @@ use think\Db; | ||
17 | */ | 17 | */ |
18 | class Index extends Api | 18 | class Index extends Api |
19 | { | 19 | { |
20 | - protected $noNeedLogin = ['index','examList','newsList','newsInfo','startupPage']; | 20 | + protected $noNeedLogin = ['index','examList','newsList','newsInfo','startupPage','agreement']; |
21 | protected $noNeedRight = ['*']; | 21 | protected $noNeedRight = ['*']; |
22 | 22 | ||
23 | public function _initialize() | 23 | public function _initialize() |
-
请 注册 或 登录 后发表评论