vue cli怎么配置axios
1个回答
展开全部
可以在一个文件中集中管理,需要掉用test直接引入 然后调用test(参数).then()......
import axios from 'axios'
const URL = ‘http://127.0.0.1/8080’
export function test(params) {
return axios({
method: 'GET',
timeout: 15000,
url: `URL/test`,
responseType: 'json',
params
})
}
import axios from 'axios'
const URL = ‘http://127.0.0.1/8080’
export function test(params) {
return axios({
method: 'GET',
timeout: 15000,
url: `URL/test`,
responseType: 'json',
params
})
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询