Commit 68c6aa46 authored by maxiaoliang's avatar maxiaoliang

修改2

parent 583d3dd0
...@@ -26,6 +26,8 @@ public class NetConfig { ...@@ -26,6 +26,8 @@ public class NetConfig {
// 根据调试选项更新环境 // 根据调试选项更新环境
public static Environment sEnvironment = PRODUCT;// 当前环境 public static Environment sEnvironment = PRODUCT;// 当前环境
public static String BASE_WEB_URL = ""; public static String BASE_WEB_URL = "";
public static String BASE_URL = ""; public static String BASE_URL = "";
public static String BASE_NEW_URL = ""; public static String BASE_NEW_URL = "";
public static String BASE_FEED_URL = ""; public static String BASE_FEED_URL = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment