mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改省市区demo
This commit is contained in:
parent
73c77ea761
commit
d62e858af3
@ -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 = '省市区插件';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user