lxf
2025-04-24 c2f32461d5977c0eca942f5c5664b6d50f7b5b7c
src/utils/request.js
@@ -8,7 +8,7 @@
// 创建 axios 实例
const request = axios.create({
  // API 请求的默认前缀
  baseURL: 'http://192.168.10.8:8091/',
  baseURL: 'https://api.fidelityio.com/',
  // baseURL: process.env.VUE_APP_API_BASE_URL,
  // content-type: application/x-www-form-urlencoded
  headers: {