傅行帆 5 年之前
父節點
當前提交
d072603dc1
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/components/Wangedit/Wangedit.jsx

+ 1
- 0
src/components/Wangedit/Wangedit.jsx 查看文件

34
     }
34
     }
35
     this.editor.customConfig.zIndex = 100
35
     this.editor.customConfig.zIndex = 100
36
     this.editor.create()
36
     this.editor.create()
37
+    this.editor.customConfig.uploadImgShowBase64 = true
37
     this.editor.txt.html(this.props.value)
38
     this.editor.txt.html(this.props.value)
38
   }
39
   }
39
 
40