参考地址:https://segmentfault.com/q/1010000015962729?utm_source=tag-newest
methods: {
async funA(){
var res = await axios.post('')//这里的res就是你axios请求回来的结果了
}
}
参考地址:https://segmentfault.com/q/1010000015962729?utm_source=tag-newest
methods: {
async funA(){
var res = await axios.post('')//这里的res就是你axios请求回来的结果了
}
}