From 217749b3bf9f4b0d51b11b72c452279426cd1454 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Wed, 27 Sep 2023 17:31:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E6=8E=A5=E5=8F=A3=E8=AE=BF?= =?UTF-8?q?=E9=97=AE?= 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 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'] ] ];