摘要: import axios from "axios"; //引入axios //初始化 const $http = axios.create({ baseURL:'http://localhost:39052/api/', timeout:8000 //超时时间 }) //请求拦截 $http.int 阅读全文
posted @ 2021-11-17 13:09 姚睿的博客 阅读(217) 评论(0) 推荐(0)