perf: 优化滤镜模糊问题,默认不开启

This commit is contained in:
奔跑的面条
2022-09-19 17:51:12 +08:00
8 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ if(localStorageInfo.isRelease === false) {
const previewRefStyle = computed(() => {
return {
...getEditCanvasConfigStyle(localStorageInfo.editCanvasConfig),
...getFilterStyle(localStorageInfo.editCanvasConfig),
...getFilterStyle(localStorageInfo.editCanvasConfig.filterShow ? localStorageInfo.editCanvasConfig : undefined),
}
})