* @date 2017/07/10 18:13 */ class Inter extends BasicAdmin { /** * 省市区插件 * @return \think\response\View */ public function file() { $this->title = '文件上传'; return view('', ['title' => $this->title]); } }