Browse Source

首页内容也需要登录验证

master
wanghongjun 2 years ago
parent
commit
089657d30b
  1. 2
      app/controller/Index.php

2
app/controller/Index.php

@ -15,7 +15,7 @@ class Index extends BaseController
{ {
protected $middleware = [ protected $middleware = [
CheckUser::class => [ CheckUser::class => [
'only' => ['getNoticeInfo'] 'only' => ['getNoticeInfo','rotationChart','awardRecords','zoneList','getNotice']
] ]
]; ];

Loading…
Cancel
Save