Commit 305c41dc3b6812c5fd5213570bf0558e854ec539

Authored by 陶汉栋
1 parent d0f6c4e9
Exists in yxb_dev and in 1 other branch developer

no message

app/src/main/java/com/shunzhi/parent/AppConfig.java
... ... @@ -40,18 +40,18 @@ public class AppConfig {
40 40 public static String APP_IS_START = "app_is_start";
41 41  
42 42 //测试
43   - public static String BASE_URL="http://60.190.202.57:1000/";
44   - public static String BASE_URL_ORDER="http://60.190.202.57:8101/";
45   - public static String BASE_URL_FILE="http://60.190.202.57:8196";
46   - public static String BASE_URL_VOTE = "http://60.190.202.57:8812/";
  43 +// public static String BASE_URL="http://60.190.202.57:1000/";
  44 +// public static String BASE_URL_ORDER="http://60.190.202.57:8101/";
  45 +// public static String BASE_URL_FILE="http://60.190.202.57:8196";
  46 +// public static String BASE_URL_VOTE = "http://60.190.202.57:8812/";
47 47  
48 48  
49 49 //正式
50   -// public static String BASE_URL = "http://campus.myjxt.com/";
51   -// public static String BASE_URL_ORDER = "http://parent.myjxt.com/";
52   -// public static String BASE_URL_FILE = "http://manage.myjxt.com";
53   -//// public static String BASE_URL_VOTE = "www.sxspy.net/";
54   -// public static String BASE_URL_VOTE = "http://www.sxspy.net/";
  50 + public static String BASE_URL = "http://campus.myjxt.com/";
  51 + public static String BASE_URL_ORDER = "http://parent.myjxt.com/";
  52 + public static String BASE_URL_FILE = "http://manage.myjxt.com";
  53 +// public static String BASE_URL_VOTE = "www.sxspy.net/";
  54 + public static String BASE_URL_VOTE = "http://www.sxspy.net/";
55 55  
56 56  
57 57 //默认日志保存的路径
... ...