drew 6 년 전
부모
커밋
f75f23e092
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/src/main/java/com/android/chmo/http/HttpApi.java

+ 2 - 2
app/src/main/java/com/android/chmo/http/HttpApi.java

@@ -13,8 +13,8 @@ import org.xutils.x;
  */
 
 public class HttpApi {
-//        public static final String BASE_URL = "http://thmodel.izouma.com/thmodel/";
-    public static final String BASE_URL = "http://192.168.50.31:8080/thmodel/";
+        public static final String BASE_URL = "http://thmodel.izouma.com/thmodel/";
+//    public static final String BASE_URL = "http://192.168.50.31:8080/thmodel/";
 
     public static String getImgUrl(String path) {
         if (TextUtils.isEmpty(path) || path.startsWith("http://")) {