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