Commit e35a3269f7ca9e5c83852da998a2d6f64b3d3ec6

Authored by fengwotao
1 parent d3158c7d

pref:隐藏导出水印

@@ -28,7 +28,8 @@ export const exportHandle = () => { @@ -28,7 +28,8 @@ export const exportHandle = () => {
28 // 百分百展示页面 28 // 百分百展示页面
29 chartEditStore.setScale(1, true) 29 chartEditStore.setScale(1, true)
30 // 展示水印 30 // 展示水印
31 - watermark.style.display = 'block' 31 + // THINGS_KIT
  32 + watermark.style.display = 'none'
32 33
33 setTimeout(() => { 34 setTimeout(() => {
34 canvasCut(range, () => { 35 canvasCut(range, () => {