|
|
@@ -9,15 +9,15 @@ import com.common.config.BaseConfig;
|
|
|
|
|
|
public class SwitchUtil {
|
|
|
public static boolean showYiyuanjuan() {
|
|
|
- return true;
|
|
|
+ return BaseConfig.isDebug();
|
|
|
}
|
|
|
|
|
|
public static boolean showShebeiguanli() {
|
|
|
- return true;
|
|
|
+ return BaseConfig.isDebug();
|
|
|
}
|
|
|
|
|
|
public static boolean newFeePlease() {
|
|
|
- return true;
|
|
|
+ return BaseConfig.isDebug();
|
|
|
}
|
|
|
|
|
|
|