Browse Source

上传文件

chenshudong 2 weeks ago
parent
commit
81d9650ca9

+ 1 - 1
airport-framework/src/main/java/com/sundot/airport/framework/config/ServerConfig.java

@@ -40,7 +40,7 @@ public class ServerConfig {
40
             int portStart = url.indexOf(":", protocolEnd);
40
             int portStart = url.indexOf(":", protocolEnd);
41
             if (portStart < 0) {
41
             if (portStart < 0) {
42
                 // 没有端口,添加端口
42
                 // 没有端口,添加端口
43
-                url.insert(url.length(), ":9021");
43
+                url.insert(url.length(), ":9031");
44
             }
44
             }
45
         }
45
         }
46
         return url.append(contextPath).toString();
46
         return url.append(contextPath).toString();