admin
2023-04-12 f06a592dd1a7e995bf313ccb5efe7dff73ccfc4e
src/main/java/com/yeshi/buwan/util/Constant.java
@@ -17,7 +17,7 @@
    public static boolean IsOutNet = true;// 是否为外网
    public static boolean JobTasker = false;
    public static boolean JobTasker = true;
    public static int pageCount = 20;
    public static int HOT_SEARCH_COUNT = 20;
@@ -132,4 +132,8 @@
    }
    //IOS正在上线的版本
    public final static int IOS_ONLINING_VERSION = 78;
}