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

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

@@ -33,6 +33,7 @@ class Wangedit extends React.Component {
33 33
       }
34 34
     }
35 35
     this.editor.customConfig.zIndex = 100
36
+    this.editor.customConfig.uploadImgShowBase64 = true   
36 37
     this.editor.create()
37 38
     this.editor.txt.html(this.props.value)
38 39
   }