diff --git a/api/request.js b/api/request.js index 4033891..a47e428 100644 --- a/api/request.js +++ b/api/request.js @@ -15,8 +15,8 @@ // 生产环境 // export const BASE_URL = "http://42.180.188.17:9809" // 鞍钢正式环境 -export const BASE_URL = "http://42.180.188.17:19098" // 鞍钢线上测试环境 - +// export const BASE_URL = "http://42.180.188.17:19098" // 鞍钢线上测试环境 +export const BASE_URL = "http://jxj.zhgdyun.com:18004" // 包头线上地址 //是否已显示未登录弹窗 let showNoLoginTip = false