通用评论

axios.js 90B

123456
  1. import axios from "axios";
  2. axios.defaults.withCredentials = true;
  3. export default axios;