hive-app/common/jssdk/uploadImg.js
@@ -55,7 +55,6 @@ base64: 'data:image/jpeg;base64,'+ file }, 'POST').then((res) => { if(res.status == 200){ console.log(res.mapInfo.file) this.callback && this.callback(res.mapInfo.file) }else{ toast.info(res.info)