Parcourir la source

Merge branch 'release' of http://git.12345lm.cn/Fengwo/hotline into release

qinchaoyue il y a 7 mois
Parent
commit
d449b5a968
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/Hotline.Application/Bulletin/BulletinApplication.cs

+ 2 - 2
src/Hotline.Application/Bulletin/BulletinApplication.cs

@@ -40,8 +40,8 @@ namespace Hotline.Application.Bulletin
 
             // 获取服务器地址配置 
             string strSiteUrl = _appOptions.Value.OldFilesUrls;
-            if (string.IsNullOrEmpty(strSiteUrl))
-                strSiteUrl = "http://12345.zwfwhfgjjfzj.yibin.gov.cn:81";
+            //if (string.IsNullOrEmpty(strSiteUrl))
+            //    strSiteUrl = "http://12345.zwfwhfgjjfzj.yibin.gov.cn:81";
 
             // 取得匹配项列表 视频
             foreach (Match match in matchesvideo)