// +---------------------------------------------------------------------- namespace app\http\form\factory; use think\facade\View; /** * @title 后台中间件 */ class Text extends \app\http\form\Factory { public function show(){ return $this->display('text'); } }