Browse Source

Merge branch 'master' of http://192.168.123.2:3000/fort23/010GMClient

cm 11 months ago
parent
commit
816e627ebc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/api/request.ts

+ 2 - 0
src/api/request.ts

@@ -10,6 +10,8 @@ const service = axios.create({
     baseURL: "http://119.91.156.147:1007/api",
     // 华为云地址
     // baseURL: "http://119.3.32.162:666/api",
+    // 测试服地址
+    //baseURL: "http://129.204.254.216:888/api",
     // 设置接口访问超时时间
     timeout: 3000000, // request timeout,
     // 跨域时候允许携带凭证