[更新]修改省市区demo

This commit is contained in:
Anyon 2017-07-10 16:22:28 +08:00
parent 73c77ea761
commit d62e858af3

View File

@ -27,6 +27,10 @@ class Plugs extends BasicAdmin
{ {
public $title = '插件案例'; public $title = '插件案例';
/**
* 省市区插件
* @return \think\response\View
*/
public function region() public function region()
{ {
$this->title = '省市区插件'; $this->title = '省市区插件';