From 2fbf434b439ea3fdd55a587ac853cdbed2788a3e Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期三, 06 三月 2024 15:52:54 +0800 Subject: [PATCH] 经销商关联用户等级完成,修改部分版权后台图片 --- CoreCms.Net.Configuration/SystemSettingDictionary.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.Configuration/SystemSettingDictionary.cs b/CoreCms.Net.Configuration/SystemSettingDictionary.cs index a35e1c7..db095a9 100644 --- a/CoreCms.Net.Configuration/SystemSettingDictionary.cs +++ b/CoreCms.Net.Configuration/SystemSettingDictionary.cs @@ -119,6 +119,7 @@ di.Add(SystemSettingConstVars.DistributionMoney, new DictionaryKeyValues() { sKey = "娑堣垂鑷姩鎴愪负缁忛攢鍟�", sValue = "100" }); di.Add(SystemSettingConstVars.DistributionGoods, new DictionaryKeyValues() { sKey = "璐拱鍟嗗搧鎴愪负缁忛攢鍟�", sValue = "1" }); di.Add(SystemSettingConstVars.DistributionGoodsId, new DictionaryKeyValues() { sKey = "璐拱鍟嗗搧鎴愪负缁忛攢鍟嗘寚瀹氬晢鍝佸簭鍒楀彿", sValue = "0" }); + //閭�璇峰ソ鍙� di.Add(SystemSettingConstVars.CommissionType, new DictionaryKeyValues() { sKey = "浣i噾绫诲瀷", sValue = "1" }); @@ -269,6 +270,11 @@ //灏忕▼搴忕洿鎾� di.Add(SystemSettingConstVars.ShowLiveBroadCast, new DictionaryKeyValues() { sKey = "鏄剧ず灏忕▼搴忕洿鎾叆鍙�", sValue = "2" }); + + //銆�++++++++++++++++++++++++++++++++++++鐧惧垎鍏垫硶澧炲姞++++++++++++++++ + //鍒嗛攢鍟嗙敤鎴风粍缁戝畾key 鏈夊氨缁戝畾锛屾棤鍒欎笉缁戝畾 + di.Add(SystemSettingConstVars.DictionaryUserGroupKey, new DictionaryKeyValues() { sKey = "缁忛攢鍟嗗叧鑱旂敤鎴风粍KEY", sValue = "DictionaryUserGroupKey" }); + return di; } -- Gitblit v1.9.1