quill-editor上传七牛图片,接口地址写什么?
apiurl:应该写什么地址呀?
相关代码
<quill-editor ref="newEditor" v-model="content" ></quill-editor>
<!-- 文件上传input 将它隐藏-->
<el-upload style="display:none" :action="apiurl" :show-file-list="false" :before-upload='newEditorbeforeupload' :on-success='newEditorSuccess' ref="uniqueId" id="uniqueId">
</el-upload >