修改已知问题
This commit is contained in:
parent
1fec7792ff
commit
16a256ced8
|
|
@ -79,7 +79,7 @@ public class ElePropertyConfig {
|
|||
private String allowUploadFileTypes;
|
||||
|
||||
public List<String> getAiAllowUploadFileTypes() {
|
||||
return List.of(allowUploadFileTypes.split(","));
|
||||
return List.of(allowUploadFileTypes.replace(" ", "").split(","));
|
||||
}
|
||||
|
||||
public String getEleTmpPath() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue