傅行帆 5 年前
父节点
当前提交
5576859a7f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/components/Wangedit/Wangedit.jsx

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

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