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