xiaoyong931011
2021-06-29 898213bf34f8535b703a90bef799a9bf0adba95c
gc-core/src/main/java/com/xzx/gc/common/utils/BusinessUtil.java
@@ -211,8 +211,11 @@
            urlPrefix="http://192.168.0.100/resource/static/upload";
        }else if(SpringUtil.isCheck()){
            urlPrefix="https://wxtest.cnxzx.com/resource/static/upload";
        } else if (SpringUtil.isXc()) {
            urlPrefix="https://xcfiletest.cnxzx.com/static/upload";
        }else{
            urlPrefix="http://192.168.0.18/static/upload";
//            urlPrefix="http://192.168.0.18/static/upload";
            urlPrefix="http://120.27.238.55:8002/static/upload";
        }
        return urlPrefix;
    }