up
This commit is contained in:
@@ -4,6 +4,7 @@ declare (strict_types = 1);
|
||||
namespace app\controller;
|
||||
|
||||
use app\BaseController;
|
||||
use app\middleware\Auth;
|
||||
use app\service\CrawlerService;
|
||||
use think\facade\View;
|
||||
|
||||
@@ -12,6 +13,7 @@ use think\facade\View;
|
||||
*/
|
||||
class Crawler extends BaseController
|
||||
{
|
||||
protected $middleware = [Auth::class];
|
||||
/**
|
||||
* 显示爬虫工具首页
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user