mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 完善SQL文件
This commit is contained in:
parent
2470bcc176
commit
d2dd21aa82
@ -121,20 +121,21 @@ VALUES
|
||||
(34,'认证方式',33,'TakeOver/auth',0,0,0,'fa-fire',0),
|
||||
(35,'公共参数',33,'TakeOver/param',0,0,0,'fa-file',0),
|
||||
(36,'接口映射',33,'TakeOver/copy',0,0,0,'fa-copy',0),
|
||||
(37, '新增管理员', 26, 'AppMember/add', 0, 0, 0, '', 0),
|
||||
(38, '启用管理员', 26, 'AppMember/open', 0, 0, 0, '', 0),
|
||||
(39, '禁用管理员', 26, 'AppMember/close', 0, 0, 0, '', 0),
|
||||
(40, '删除管理员', 26, 'AppMember/del', 0, 0, 0, '', 0),
|
||||
(41, '编辑管理员', 26, 'AppMember/edit', 0, 0, 0, '', 0),
|
||||
(42, '新增秘钥', 27, 'KeyManager/add', 0, 0, 0, '', 0),
|
||||
(43, '启用秘钥', 27, 'KeyManager/open', 0, 0, 0, '', 0),
|
||||
(44, '禁用秘钥', 27, 'KeyManager/close', 0, 0, 0, '', 0),
|
||||
(45, '删除秘钥', 27, 'KeyManager/del', 0, 0, 0, '', 0),
|
||||
(46, '新增规则组', 28, 'FilterManager/add', 0, 0, 0, '', 0),
|
||||
(47, '启用规则组', 28, 'FilterManager/open', 0, 0, 0, '', 0),
|
||||
(48, '禁用规则组', 28, 'FilterManager/close', 0, 0, 0, '', 0),
|
||||
(49, '删除规则组', 28, 'FilterManager/del', 0, 0, 0, '', 0),
|
||||
(50, '编辑规则组', 28, 'FilterManager/edit', 0, 0, 0, '', 0);
|
||||
(37, '新增管理员', 26, 'AppMember/add', 0, 0, 0, '', 0),
|
||||
(38, '启用管理员', 26, 'AppMember/open', 0, 0, 0, '', 0),
|
||||
(39, '禁用管理员', 26, 'AppMember/close', 0, 0, 0, '', 0),
|
||||
(40, '删除管理员', 26, 'AppMember/del', 0, 0, 0, '', 0),
|
||||
(41, '编辑管理员', 26, 'AppMember/edit', 0, 0, 0, '', 0),
|
||||
(42, '新增秘钥', 27, 'KeyManager/add', 0, 0, 0, '', 0),
|
||||
(43, '启用秘钥', 27, 'KeyManager/open', 0, 0, 0, '', 0),
|
||||
(44, '禁用秘钥', 27, 'KeyManager/close', 0, 0, 0, '', 0),
|
||||
(45, '删除秘钥', 27, 'KeyManager/del', 0, 0, 0, '', 0),
|
||||
(46, '新增规则组', 28, 'FilterManager/add', 0, 0, 0, '', 0),
|
||||
(47, '启用规则组', 28, 'FilterManager/open', 0, 0, 0, '', 0),
|
||||
(48, '禁用规则组', 28, 'FilterManager/close', 0, 0, 0, '', 0),
|
||||
(49, '删除规则组', 28, 'FilterManager/del', 0, 0, 0, '', 0),
|
||||
(50, '编辑规则组', 28, 'FilterManager/edit', 0, 0, 0, '', 0),
|
||||
(51,'编辑秘钥',27,'KeyManager/edit',0,0,0,'',0);
|
||||
|
||||
/*!40000 ALTER TABLE `menu` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user