【portal】更新svg支持

dev-7.6.0-portal
fengshuonan 2023-07-10 11:21:25 +08:00
parent bd502d4723
commit 99700a7948
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ public class PicFileTypeUtil {
PIC_TYPES.add("tif");
PIC_TYPES.add("gif");
PIC_TYPES.add("bmp");
PIC_TYPES.add("svg");
}
/**