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