ll
liukangdong
2024-09-29 5e57deb4c7a53c3307f59b2267127b4dd7fd0b02
1
2
3
4
5
6
7
8
9
10
11
12
13
// export const baseUrl = 'http://192.168.0.170:80' 
// 测试服务器
// export const baseUrl = 'https://dmdev.zhibang.com:8443/web_interface'
// 生产服务器
export const baseUrl = 'https://zbyj.zbom.com/web_interface'
 
// 腾讯地图开发者 key
export const qqMapKey = 'HIDBZ-2QXL4-TAWUD-XET6Q-EKTJE-CCBSQ'
 
/**
 * 本地存储用户信息数据 10天
 */
export const userInfoExpire = 10 * 24 * 60 * 60 * 1000