Pārlūkot izejas kodu

Revert "OSS内网公共方法优化"

This reverts commit 41fe8bbc6020e0cda449512291da91b536b269a7.
lvy 4 dienas atpakaļ
vecāks
revīzija
7a302fc740

+ 1 - 1
blade-common/src/main/java/org/springblade/common/utils/CommonUtil.java

@@ -1028,7 +1028,7 @@ public class CommonUtil {
                 url = url.replace("https://", "http://").replace("183.247.216.148", "152.168.2.15").replace(":9000//", ":9000/");
             }
         } else {
-            url = getNetUrl(url);
+            getNetUrl(url);
         }
         return url;
     }