|
|
@@ -1,7 +1,6 @@
|
|
|
package com.modular.apputils.utils;
|
|
|
|
|
|
|
|
|
-import com.common.config.BaseConfig;
|
|
|
|
|
|
/**
|
|
|
* Created by Bitlike on 2017/11/22.
|
|
|
@@ -9,7 +8,7 @@ import com.common.config.BaseConfig;
|
|
|
|
|
|
public class SwitchUtil {
|
|
|
public static boolean showYiyuanjuan() {
|
|
|
- return BaseConfig.isDebug();
|
|
|
+ return false;
|
|
|
}
|
|
|
|
|
|
public static boolean showShebeiguanli() {
|
|
|
@@ -17,7 +16,7 @@ public class SwitchUtil {
|
|
|
}
|
|
|
|
|
|
public static boolean newFeePlease() {
|
|
|
- return BaseConfig.isDebug();
|
|
|
+ return false;
|
|
|
}
|
|
|
|
|
|
|