CrazyIter_Bin il y a 3 ans
Parent
commit
b3acae2e2b
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      TEAMModelOS/Controllers/Third/Sc/ScController.cs

+ 1 - 4
TEAMModelOS/Controllers/Third/Sc/ScController.cs

@@ -478,11 +478,8 @@ namespace TEAMModelOS.Controllers
             }
             if (path.Equals("jinniu"))
             {
-                if (_option.Location.Contains("Dep"))
+                if (!_option.Location.Contains("Dep"))
                 {
-
-                }
-                else {
                     HostName = "jinniu.teammodel.cn";
                 }
             }