新增后台基础公共库

This commit is contained in:
wuyanwen
2019-12-12 18:54:07 +08:00
parent 4a5993160f
commit d53b0bae73
6 changed files with 54 additions and 16 deletions

View File

@@ -6,6 +6,8 @@ use think\facade\View;
abstract class CatchController
{
protected $middleware = ['check_auth'];
/**
*
* @time 2019年11月28日