项目场景: del请求方法时传递数组参数。 解决方案: this.$del(API.getDevices, { data: { devices: devices, //devices是我传递的数组 [1,2,3,] }, }) 包裹data对象,在body中传参;类似POST 请求