zhangherong
2025-07-09 cabdb2b467bfc8969708b76935d1d92866b1b46c
src/utils/request.js
@@ -17,7 +17,7 @@
const service = axios.create({
  //baseURL: '/jeecg-boot',
  baseURL: apiBaseUrl, // api base_url
  timeout: 500000 // 请求超时时间
  timeout: 3600000 // 请求超时时间
})
const err = (error) => {