From bc716bf0e17b47cc52ae618af62bc11f7f7b6fcc Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Wed, 20 Sep 2023 16:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E6=8E=A5=E5=8F=A3=E5=BF=85?= =?UTF-8?q?=E9=A1=BB=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ] ];