Vue.prototype.axios = axios.create({ baseURL:'/api/', transformRequest: [//对数据转换成类似get传参的模式 data => qs.stringify(data) ]})
確定! 回上一頁