diff --git a/database/upgrade/vue3_20231023.sql b/database/upgrade/vue3_20231023.sql index 1ec0f06d..4f25f551 100644 --- a/database/upgrade/vue3_20231023.sql +++ b/database/upgrade/vue3_20231023.sql @@ -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, '系统设置'); diff --git a/database/upgvue3/vue3_20231023.sql b/database/upgvue3/vue3_20231023.sql index b0119346..4c2d14e8 100644 --- a/database/upgvue3/vue3_20231023.sql +++ b/database/upgvue3/vue3_20231023.sql @@ -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, '系统设置');