Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Update vue-html5-editor.js #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 22, 2017

  1. Update vue-html5-editor.js

    在图片上传过程中 支持传递更多的表达参数给服务器
     image: {
    	        // 后端图片上传的地址,如果为空,默认转图片为base64
    	        // Url of the server-side,default null and convert image to base64
    	        server: "",
    	        fieldName: "resources",
    	        compress: true,
                   //附加的表单参数
    	        obj:{'storageType': 'UNITPHOTO','objectType': 'UNITPHOTO'},
    	        uploadHandler(responseText){
    	          
    	        }
    	  }
    xiebin2015 committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    476cbed View commit details
    Browse the repository at this point in the history