1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  |   
 |  // export const baseUrl = 'zhyq_interface/' 
 |  // export const baseUrl = 'http://192.168.0.173/gateway_interface/' 
 |  // export const baseUrl = 'http://10.50.250.253:8088/gateway_interface/' 
 |  export const baseUrl = 'https://atwl.ahzyssl.com/zhyq_interface/'  
 |    
 |  export const app_url = 'https://atwl.ahzyssl.com/zhyq_h5/#/' 
 |    
 |  export const uploadAvatar = `${baseUrl}visitsAdmin/cloudService/web/public/uploadFtp.do` 
 |  export const uploadUrl = `${baseUrl}visitsAdmin/cloudService/public/uploadBatch` 
 |    
 |  export const statusMap = { 
 |      0: '待确认', 
 |      1: '等待签到', 
 |      2: '等待叫号', // 等待叫号 
 |      3: '入园等待', 
 |      4: '月台等待', //已叫号 
 |      5: '作业中', 
 |      6: '作业完成',  
 |      7: '转移中', 
 |      8: '异常挂起', 
 |      9: '已授权离园', 
 |      10: '已离园', 
 |      11: '已过号', 
 |  } 
 |  
  |