[更新]修改省市区插件demo

This commit is contained in:
Anyon 2017-07-10 16:08:15 +08:00
parent 2cc532a538
commit 73c77ea761
2 changed files with 3 additions and 2 deletions

View File

@ -26,9 +26,10 @@ use controller\BasicAdmin;
class Plugs extends BasicAdmin class Plugs extends BasicAdmin
{ {
public $title = '插件案例'; public $title = '插件案例';
public function index() public function region()
{ {
$this->title = '省市区插件';
return view('', ['title' => $this->title]); return view('', ['title' => $this->title]);
} }
} }