|
|
@@ -15,7 +15,7 @@ public class VersionUtil {
|
|
|
public static boolean canShowCrm2_0() {
|
|
|
if (!CommonUtil.getSharedPreferencesBoolean(MyApplication.getInstance(), "erp_login"))
|
|
|
return false;
|
|
|
- if (!BaseConfig.isDebug()) return false;
|
|
|
+ if (BaseConfig.isDebug()) return false;
|
|
|
//TODO default
|
|
|
return false;
|
|
|
}
|