mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-19 16:33:45 +08:00
update 优化 移除自带 swagger-ui 界面包 建议使用外置工具
This commit is contained in:
@@ -1 +1,3 @@
|
||||
insert into sys_menu values('112', '缓存列表', '2', '6', 'cacheList', 'monitor/cache/list', '', 1, 0, 'C', '0', '0', 'monitor:cache:list', 'redis-list', 'admin', sysdate, '', null, '缓存列表菜单');
|
||||
|
||||
delete from sys_menu WHERE menu_id = 116;
|
||||
|
@@ -1 +1,3 @@
|
||||
insert into sys_menu values('112', '缓存列表', '2', '6', 'cacheList', 'monitor/cache/list', '', '1', '0', 'C', '0', '0', 'monitor:cache:list', 'redis-list', 'admin', now(), '', null, '缓存列表菜单');
|
||||
|
||||
delete from sys_menu WHERE menu_id = 116;
|
||||
|
@@ -1,2 +1,5 @@
|
||||
INSERT [sys_menu] ([menu_id], [menu_name], [parent_id], [order_num], [path], [component], [query_param], [is_frame], [is_cache], [menu_type], [visible], [status], [perms], [icon], [create_by], [create_time], [update_by], [update_time], [remark]) VALUES (112, N'缓存列表', 2, 6, N'cacheList', N'monitor/cache/list', N'', 1, 0, N'C', N'0', N'0', N'monitor:cache:list', N'redis-list', N'admin', getdate(), N'', NULL, N'缓存列表菜单')
|
||||
GO
|
||||
|
||||
delete from sys_menu WHERE menu_id = 116;
|
||||
GO
|
||||
|
@@ -1,2 +1,3 @@
|
||||
insert into sys_menu values('112', '缓存列表', '2', '6', 'cacheList', 'monitor/cache/list', '', 1, 0, 'C', '0', '0', 'monitor:cache:list', 'redis-list', 'admin', sysdate(), '', null, '缓存列表菜单');
|
||||
|
||||
delete from sys_menu WHERE menu_id = 116;
|
||||
|
Reference in New Issue
Block a user