You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							523 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							523 B
						
					
					
				| module.exports = { | |
|     BASEURL: BASEURL, | |
|     WEBROOT: WEBROOT, | |
|     Token: getToken, | |
|     userId: "" | |
|   }; | |
|    | |
|   function BASEURL() { | |
|     // return 'https://epdc-shibei.elinkservice.cn/epdc-api/api/' // 正式环境 | |
|     // return 'https://epmet-preview.elinkservice.cn/api/' // 演示环境 | |
|     return 'http://192.168.1.144/api/' //测试环境 | |
|   } | |
|    | |
|   function WEBROOT() { | |
|     return 'https://lyljdgs.qingdaoshibei.cn/app/mobileapp/qlsb/index.aspx' | |
|   } | |
|    | |
|   function getToken() { | |
|     return wx.getStorageSync("token"); | |
|   } | |
|   
 |