diff --git a/app/controller/Index.php b/app/controller/Index.php index 6680c34..386e360 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -15,7 +15,7 @@ class Index extends BaseController { protected $middleware = [ CheckUser::class => [ - 'only' => ['getNoticeInfo','rotationChart','awardRecords','zoneList','getNotice'] + 'only' => ['getNoticeInfo'] ] ];