Browse Source

首页专区不需要登陆可以访问

master
wanghongjun 2 years ago
parent
commit
328e54fed5
  1. 6
      app/controller/Zone.php

6
app/controller/Zone.php

@ -17,7 +17,11 @@ use think\facade\Session;
class Zone extends BaseController
{
protected $middleware = [CheckUser::class];
protected $middleware = [
CheckUser::class => [
'only' => ['zoneList']
]
];
/**
* 首页专区列表

Loading…
Cancel
Save