From 92e200dbd20e4535a23e6becddeca53254bc1969 Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 14 Sep 2025 21:35:44 +0800 Subject: [PATCH] 312 --- CoreCms.Net.Web.WebApi/Controllers/CommonController.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CoreCms.Net.Web.WebApi/Controllers/CommonController.cs b/CoreCms.Net.Web.WebApi/Controllers/CommonController.cs index 2e8d085..a461fe3 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/CommonController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/CommonController.cs @@ -122,7 +122,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers var shareDesc = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.ShareDesc); //分享描述 var shareImage = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.ShareImage); //分享图片 var defaultImage = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.ShopDefaultImage); //分享图片 - + var aboutArticleId = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.AboutArticleId).ObjectToInt(2); //关于我们文章 //var entId = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.EntId); //客服ID var userAgreementId = CommonHelper.GetConfigDictionary(allConfigs, SystemSettingConstVars.UserAgreementId).ObjectToInt(3); //用户协议 @@ -140,6 +140,8 @@ namespace CoreCms.Net.Web.WebApi.Controllers { name = item.dictName, item.id, + value = item.id, + text = item.dictName, children = d }); }