zhongshujie
2025-01-07 2494877ee191dad8483366a4fc8bb2e1e19d6e39
src/plugin/axios/index.js
@@ -3,7 +3,7 @@
// import toolClass from '@/assets/js/toolClass.js'
// 创建 axios 实例
const service = axios.create({
  baseURL: myConfig.requestCtx,
  baseURL: process.env.VUE_APP_API_URL,
  timeout: myConfig.requestTimeOut // 请求超时时间
})