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