mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 修改菜单初始化数据
This commit is contained in:
parent
7beb37600d
commit
65816a7f8a
@ -252,7 +252,20 @@ VALUES
|
||||
(53, '编辑应用', 24, 'AppManager/edit', 0, 0, 0, '', 0),
|
||||
(54, '启用应用', 24, 'AppManager/open', 0, 0, 0, '', 0),
|
||||
(55, '禁用应用', 24, 'AppManager/close', 0, 0, 0, '', 0),
|
||||
(56,'删除应用',24,'AppManager/del',0,0,0,'',0);
|
||||
(56, '删除应用', 24, 'AppManager/del', 0, 0, 0, '', 0),
|
||||
(57, '新增接口', 31, 'ApiManager/add', 0, 0, 0, '', 0),
|
||||
(58, '编辑接口', 31, 'ApiManager/edit', 0, 0, 0, '', 0),
|
||||
(59, '删除接口', 31, 'ApiManager/del', 0, 0, 0, '', 0),
|
||||
(60, '启用接口', 31, 'ApiManager/open', 0, 0, 0, '', 0),
|
||||
(61, '禁用接口', 31, 'ApiManager/close', 0, 0, 0, '', 0),
|
||||
(62, '请求参数列表', 31, 'ApiFieldsManager/index', 0, 0, 0, '', 0),
|
||||
(63, '返回参数列表', 31, 'ApiFieldsManager/back', 0, 0, 0, '', 0),
|
||||
(64, '新增请求参数', 31, 'ApiFieldsManager/add', 0, 0, 0, '', 0),
|
||||
(65, '编辑请求参数', 31, 'ApiFieldsManager/edit', 0, 0, 0, '', 0),
|
||||
(66, '删除请求参数', 31, 'ApiFieldsManager/del', 0, 0, 0, '', 0),
|
||||
(67, '新增返回参数', 31, 'ApiFieldsManager/backAdd', 0, 0, 0, '', 0),
|
||||
(68, '编辑返回参数', 31, 'ApiFieldsManager/backEdit', 0, 0, 0, '', 0),
|
||||
(69, '删除返回参数', 31, 'ApiFieldsManager/backDel', 0, 0, 0, '', 0);
|
||||
|
||||
/*!40000 ALTER TABLE `menu` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user