// +---------------------------------------------------------------------- namespace app\admin\controller; use app\BaseController; use think\response\Redirect; use think\Response; use think\exception\HttpResponseException; class Base extends BaseController { }