渲染后台操作控制器内容
<?phpnamespace app\admin\controller;use think\captcha\Captcha;use think\Controller;class Account extends Controller{ function login(){return $this->fetch(); }}