修改创建活动功能

This commit is contained in:
2022-10-31 13:09:15 +08:00
parent 579ce1a601
commit 6c720916fe

View File

@@ -63,7 +63,7 @@ public class FileUploadComponent {
@Value("${image.upload.path:static/upload/}")
private String uploadPath;
@Value("${image.url.prefix:http://127.0.0.1:8080/upload/}")
@Value("${image.url.prefix:https://gateway.yyundong.com/}")
private String urlPrefix;