CAD默认预览模式调整为svg

This commit is contained in:
陈精华
2023-07-22 14:31:22 +08:00
parent 4f86a56f59
commit cad2d58f44
2 changed files with 2 additions and 2 deletions

View File

@@ -495,7 +495,7 @@ public class ConfigConstants {
return cadPreviewType;
}
@Value("${cad.preview.type:pdf}")
@Value("${cad.preview.type:svg}")
public void setCadPreviewType(String cadPreviewType) {
setCadPreviewTypeValue(cadPreviewType);
}