修改基类

This commit is contained in:
wuyanwen
2019-12-14 22:55:25 +08:00
parent a62b1d54d6
commit 5fec0b01b7

View File

@@ -6,8 +6,6 @@ use think\facade\View;
abstract class CatchController abstract class CatchController
{ {
protected $middleware = ['check_auth'];
protected $data = []; protected $data = [];
/** /**