xieqy 2 年之前
父節點
當前提交
c013b4f9d4
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/utils/request.ts

+ 4 - 4
src/utils/request.ts

@@ -49,10 +49,10 @@ declare module 'axios' {
 }
 
 // 创建axios实例
-// export const IP = 'https://yeepms.yeec.com.cn/yclw-api' // 开发2
-
-// export const IP = 'http://192.168.2.238:3081' // 开发2
-export const IP = 'http://221.182.8.141:3081' // 开发2
+// export const IP = 'https://yeepms.yeec.com.cn/yclw-api' // 
+// export const IP = 'https://tgdcepc.ctg.com.cn:8443/yclw-api/' // 
+// export const IP = 'http://192.168.2.238:3081' // 
+export const IP = 'http://221.182.8.141:3081' // 
 
 // 暴露IP地址
 export const baseAddress = IP