02 2021 档案

使用Promise封装axios
摘要:import axios from 'axios' axios.defaults.headers.post['Content-Type'] = 'application/json' export function httpPost(api, params){ return new Promise(( 阅读全文

posted @ 2021-02-26 15:50 lyuyi 阅读(638) 评论(0) 推荐(0)

导航