let formdata = new FormData(); // 遍历你的表单数据append进去 formdata.append('id', 78) formdata.append('name', 图图) this.$http.post(url, formdata).then()