fix: database
This commit is contained in:
@@ -30,6 +30,3 @@ INSERT IGNORE INTO `omc_db`.`sys_config` (`config_id`, `config_name`, `config_ke
|
||||
INSERT IGNORE 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.copyright', 'Copyright ©2023 For AGrand 千通科技', 'Y', 'admin', 1698113158157, 'admin', 1698220040192, '底脚固定条,左侧放置版权声明');
|
||||
INSERT IGNORE 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 IGNORE 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 IGNORE 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, '系统设置');
|
||||
|
||||
@@ -30,6 +30,3 @@ INSERT IGNORE INTO `omc_db`.`sys_config` (`config_id`, `config_name`, `config_k
|
||||
INSERT IGNORE 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.copyright', 'Copyright ©2023 For AGrand 千通科技', 'Y', 'admin', 1698113158157, 'admin', 1698220040192, '底脚固定条,左侧放置版权声明');
|
||||
INSERT IGNORE 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 IGNORE 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 IGNORE 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