标签: axios

1 篇文章

Vue3+Vite+ts 从零开发前端 – 9 – 封装 API
前言 前端 http 请求,我们使用最流行的 axios 库,资源比较多,成熟稳定 安装 axios npm install axios axios 基本使用 方式1 默认的写法,将 axios 作为函数的形式进行调用,这种方式使用默认的 axios 实例,即使用默认的实例配置 // 发起一个post请求 axios({ method: '…