傅行帆 il y a 5 ans
Parent
révision
d072603dc1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/components/Wangedit/Wangedit.jsx

+ 1
- 0
src/components/Wangedit/Wangedit.jsx Voir le fichier

@@ -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