diff --git a/app/controller/Index.php b/app/controller/Index.php index 386e360..6680c34 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'] + 'only' => ['getNoticeInfo','rotationChart','awardRecords','zoneList','getNotice'] ] ];