axios.delete(url, { data: { foo: "bar" } });   delete接口需要传输数据的时候,不能像put接口这样直接axios.put(url, {foo:'bar'}),必须要加上data