xiaoyong931011
2021-06-24 ccb35b497df342c6de15f3a6be4c065b0ca7f1f1
gc-core/src/main/java/com/xzx/gc/common/utils/BusinessUtil.java
@@ -212,7 +212,8 @@
        }else if(SpringUtil.isCheck()){
            urlPrefix="https://wxtest.cnxzx.com/resource/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;
    }