[更新]修改省市区demo

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

View File

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