sql: 系统菜单-系统设置
This commit is contained in:
@@ -31,3 +31,5 @@ INSERT INTO `omc_db`.`sys_config` (`config_id`, `config_name`, `config_key`, `co
|
||||
INSERT INTO `omc_db`.`sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (null, '系统设置-LOGO文件brand', 'sys.logo.filePathBrand', '', 'Y', 'admin', 1698112935847, 'admin', 1698219184041, '文件支持网络地址图片和内部上传的文件路径');
|
||||
INSERT INTO `omc_db`.`sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (null, '系统设置-登录界面背景', 'sys.loginBackground', '', 'Y', 'admin', 1698205046084, 'admin', 1698217285996, '文件支持网络地址图片和内部上传的文件路径');
|
||||
|
||||
-- 系统菜单-系统设置
|
||||
INSERT INTO `omc_db`.`sys_menu` (`menu_id`, `menu_name`, `parent_id`, `menu_sort`, `path`, `component`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (null, '系统设置', 1, 12, 'setting', 'system/setting/index', '1', '0', 'M', '1', '1', 'system:setting:index', 'icon-piliang', 'admin', 1698060561910, '', 0, '系统设置');
|
||||
|
||||
Reference in New Issue
Block a user