mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 新增API入口
This commit is contained in:
parent
7729d2d442
commit
e461245ba6
@ -81,12 +81,21 @@ class AppManager extends Base {
|
||||
[
|
||||
'info' => 'API文档【开发中】',
|
||||
'href' => 'WikiManager/app',
|
||||
'class'=> 'btn-info',
|
||||
'class'=> 'btn-success',
|
||||
'param'=> [$this->primaryKey],
|
||||
'icon' => 'fa fa-support',
|
||||
'confirm' => 0,
|
||||
'show' => ''
|
||||
],
|
||||
[
|
||||
'info' => 'API列表',
|
||||
'href' => 'ApiManager/index',
|
||||
'class'=> 'btn-info',
|
||||
'param'=> [$this->primaryKey],
|
||||
'icon' => 'fa fa-link',
|
||||
'confirm' => 0,
|
||||
'show' => ''
|
||||
],
|
||||
[
|
||||
'info' => '删除',
|
||||
'href' => 'AppManager/del',
|
||||
|
Loading…
x
Reference in New Issue
Block a user