ruoyi-oss/src/main/java/com/ruoyi/oss/service/impl/AliyunOssStrategy.java
@@ -79,7 +79,7 @@ @Override public void delete(String path) { path = path.replace(getEndpointLink() + "/" , ""); path = path.replace(getEndpointLink() + "/", ""); try { client.deleteObject(properties.getBucketName(), path); } catch (Exception e) {