From 93bc151189c3956c80701bf1adf7600be6f19ee7 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 23 十月 2024 16:19:13 +0800 Subject: [PATCH] 颜色分级 --- BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs b/BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs index 7e14f7e..4f24405 100644 --- a/BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs +++ b/BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs @@ -7,7 +7,7 @@ /// </summary> public static string HttpUrl { - get { return Settings.Assets.XhsParasHelper.Xhs.CAL.HttpClient.HttpUrl; } + get { return Settings.AssetsParasHelper.Assets.CAL.HttpClient.HttpUrl; } } } } \ No newline at end of file -- Gitblit v1.9.3