傅行帆 5 years ago
parent
commit
d072603dc1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/components/Wangedit/Wangedit.jsx

+ 1
- 0
src/components/Wangedit/Wangedit.jsx View File

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