Helius
2021-06-23 b8ca59259b0690f664ee70ecca69dfb53700c653
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;
    }