使用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
posted @ 2021-02-26 15:50