傅行帆 5 년 전
부모
커밋
d072603dc1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/components/Wangedit/Wangedit.jsx

+ 1
- 0
src/components/Wangedit/Wangedit.jsx 파일 보기

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