87,993
社区成员
发帖
与我相关
我的任务
分享
,求教各位大神! uploadImage: function(file) {
Vue.config.debug = true;
var vm = this
var img = new Image();
img = vm.image.shift();
vm.$http.post(
vm.apiUrl,
{'remark':'test','file':file,'type':'0','packages':'cn.paybay.bibox.wheel','filePath':'/home/paybay/bicloud/box/'}
)
.then((response) => {
console.log('ok');
})
this.show = false
}