// export const baseUrl = 'http://192.168.0.135:10027'  
 | 
// export const baseUrl = 'https://dmtest.ahapp.net/web_interface' // 本地 
 | 
export const baseUrl = 'https://dmdev.zhibang.com:8443/web_interface' 
 | 
  
 | 
// export const imageUrl = 'https://osswebcdn.zbom.com/jiaxuan/images/' 
 | 
  
 | 
// export const baseUrl = 'https://dmtest.ahapp.net/web_interface/' // 测试服 
 | 
  
 | 
// 腾讯地图开发者 key 
 | 
export const qqMapKey = 'HIDBZ-2QXL4-TAWUD-XET6Q-EKTJE-CCBSQ' 
 | 
  
 | 
/** 
 | 
 * 本地存储用户信息数据 10天 
 | 
 */ 
 | 
export const userInfoExpire = 10 * 24 * 60 * 60 * 1000 
 |