From adf7734a40dec76fc31590906eeadd02c782db90 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 08 十一月 2024 21:29:59 +0800
Subject: [PATCH] 优化导入,优化水流动画

---
 BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs b/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs
index 3fde54f..62a7cfd 100644
--- a/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs
+++ b/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs
@@ -1,13 +1,13 @@
-锘縩amespace HStation.BLL.Xhs
+锘縩amespace HStation.BLL
 {
     internal class ConfigHelper
     {
         /// <summary>
-        /// 
+        ///
         /// </summary>
         public static string HttpUrl
         {
-            get { return Settings.XhsParasHelper.Xhs.CAL.HttpClient.HttpUrl; }
+            get { return Settings.AssetsParasHelper.Assets.CAL.HttpClient.HttpUrl; }
         }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3