mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-25 02:53:56 +08:00
Update Index.php
This commit is contained in:
parent
649e6757f1
commit
c8f0343c2c
@ -21,4 +21,14 @@ class Index extends Controller
|
|||||||
{
|
{
|
||||||
$this->fetch();
|
$this->fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 显示我的插件
|
||||||
|
* @auth true
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function plugin()
|
||||||
|
{
|
||||||
|
$this->fetch();
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user