huzheng12
2024-05-06 bcad13ae0fc7bc055a86de27096bb901a6a0f67d
first commit
1 files modified
4 ■■■■ changed files
src/request/httpAxios.js 4 ●●●● patch | view | raw | blame | history
src/request/httpAxios.js
@@ -9,10 +9,10 @@
axios.defaults.headers.post["Content-Type"] =
  "application/x-www-form-urlencoded";
// let baseUrl = "https://api.usdtone.com/wap/";
let baseUrl = "https://api.usdtone.com/wap/";
// let baseUrl = "http://192.168.0.105:18080/wap/";
// let baseUrl = "https://csjys.gayssad.com/wap/";
let baseUrl = "https://api.gayssad.com/wap/";
// let baseUrl = "https://api.gayssad.com/wap/";
// 创建
const request = axios.create({