quanyawei
2024-03-15 4595b8b5a9c7afdeff9929022bfa3ca31a24ce06
1
2
3
4
5
6
const http = 'http://39.97.177.149:8082' // 需要使用的ip1+接口共有部分
const http1 = 'http://114.215.182.239/ams/' // 需要使用的ip2+接口共有部分
 
export default { // 将const创建的变量进行暴露,注意,暴露的必须是一个对象
  http, http1
}