|
|
@@ -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://")) {
|