|
|
@@ -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
|