mirror of
https://gitee.com/iteaj/iboot.git
synced 2026-09-01 15:26:10 +08:00
菜单新增打开方式
This commit is contained in:
+5
-1
@@ -34,4 +34,8 @@ INSERT INTO sys_menu (id, name, pid, sort, url, msn, type, status, perms, icon,
|
||||
INSERT INTO sys_menu (id, name, pid, sort, url, msn, type, status, perms, icon, remark, create_time, update_time) VALUES (1468, '工业网关设备', 1402, 88, '#', 'iot', 'M', 'enabled', null, 'iz-icon-iiot', '', '2024-06-13 00:00:00', '2024-06-13 16:40:39');
|
||||
|
||||
-- 2024-07-05
|
||||
alter table sys_menu modify type enum('A', 'M', 'V', 'G') not null comment '菜单类型: A.权限、M.菜单、V.视图、G.分组';
|
||||
alter table sys_menu modify type enum('A', 'M', 'V', 'G') not null comment '菜单类型: A.权限、M.菜单、V.视图、G.分组';
|
||||
|
||||
-- 2024-07-2
|
||||
alter table sys_menu
|
||||
add target char(16) default '_self' null comment '打开方式' after remark;
|
||||
Reference in New Issue
Block a user