liukangdong
2024-07-19 1b897c74e44d185669d87abd4c3a29c90d6fe225
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
 
// export const baseUrl = 'https://jiaxuan.zbom.com/jx/wechat/' //正式服务器
export const baseUrl = 'https://dmtest.ahapp.net/web_interface/' // 本地
// export const baseUrl = 'http://zbtest.ahapp.net/zbom_interface/jx/wechat/' //测试服务器
 
// export const imageUrl = 'https://osswebcdn.zbom.com/jiaxuan/images/'
 
// 腾讯地图开发者 key
export const qqMapKey = 'HIDBZ-2QXL4-TAWUD-XET6Q-EKTJE-CCBSQ'
 
/**
 * 本地存储用户信息数据 10天
 */
export const userInfoExpire = 10 * 24 * 60 * 60 * 1000