bug修复

This commit is contained in:
kehaoyuan
2017-10-10 15:19:17 +08:00
parent 41ce6cce05
commit 7f303b362d
13 changed files with 93 additions and 92 deletions

View File

@ -38,7 +38,7 @@ public class Config {
public static final String USERSEA_APP_SECRET = BuildConfig.USERSEA_APP_SECRET; // 登录验证
public static final String BUGLY_APPID = BuildConfig.BUGLY_APPID;
// http://www.ghzs666.com/article/${articleId}.html
public static final String URL_ARTICLE = "http://www.ghzs666.com/article/";
public static final String URL_ARTICLE = "http://www.ghzs.com/article/"; // TODO ghzs/ghzs666 统一
public static boolean isShow(Context context) {
SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context);