协议移除

This commit is contained in:
2026-01-14 10:22:29 +08:00
parent 9c0efc38d0
commit d18a09e639
9 changed files with 5 additions and 15 deletions

View File

@@ -34,7 +34,6 @@ INSERT INTO `tb_sys_config` (`id`, `config_key`, `config_name`, `config_value`,
('103', 'system.logo.home', '首页Logo', '', 'string', 'imgupload', '基础配置', '首页Logo', NULL, '存储文件ID建议尺寸36x36px', NULL, NULL, NULL, NULL, NULL, 103, 1, '1', now()),
('104', 'system.logo.admin', '管理后台Logo', '', 'string', 'imgupload', '基础配置', '管理后台Logo', NULL, '存储文件ID建议尺寸36x36px', NULL, NULL, NULL, NULL, NULL, 104, 1, '1', now()),
('105', 'system.favicon', '网站图标', '', 'string', 'imgupload', '基础配置', '网站图标', NULL, '存储文件ID建议格式ico/png尺寸36x36px', NULL, NULL, NULL, NULL, NULL, 105, 1, '1', now()),
('106', 'system.agreement.platform', '平台协议', '', 'string', 'fileupload', '基础配置', '平台协议文件', NULL, '支持PDF、TXT格式用户点击后新开页面查看', NULL, NULL, NULL, NULL, NULL, 106, 1, '1', now()),
('107', 'system.agreement.user', '用户协议', '', 'string', 'fileupload', '基础配置', '用户协议文件', NULL, '支持PDF、TXT格式用户点击后新开页面查看', NULL, NULL, NULL, NULL, NULL, 107, 1, '1', now()),
('108', 'system.agreement.privacy', '隐私协议', '', 'string', 'fileupload', '基础配置', '隐私协议文件', NULL, '支持PDF、TXT格式用户点击后新开页面查看', NULL, NULL, NULL, NULL, NULL, 108, 1, '1', now()),

View File

@@ -388,7 +388,6 @@ public class SysConfigServiceImpl implements SysConfigService {
baseInfo.put("favicon", getStringConfig("system.favicon"));
// 登录协议文件ID
baseInfo.put("platformAgreement", getStringConfig("system.agreement.platform"));
baseInfo.put("userAgreement", getStringConfig("system.agreement.user"));
baseInfo.put("privacyAgreement", getStringConfig("system.agreement.privacy"));