xieqy 3 년 전
부모
커밋
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