疯狂的狮子li
2021-08-04 ffed5a09cb6904ce55b33c49a5d38461f863756b
ruoyi-common/src/main/java/com/ruoyi/common/utils/file/ImageUtils.java
@@ -83,7 +83,7 @@
            {
                // 本机地址
                String localPath = RuoYiConfig.getProfile();
                String downloadPath = localPath + StringUtils.subAfter(url, Constants.RESOURCE_PREFIX,false);
                String downloadPath = localPath + StringUtils.substringAfter(url, Constants.RESOURCE_PREFIX);
                in = new FileInputStream(downloadPath);
            }
            return IOUtils.toByteArray(in);