From 089657d30b5228c488442973c7b60ea8f83b0308 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 15 Sep 2023 17:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=86=85=E5=AE=B9=E4=B9=9F?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=99=BB=E5=BD=95=E9=AA=8C=E8=AF=81?= 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'] ] ];