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.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							453 B
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							453 B
						
					
					
				ENV = 'production' | 
						|
 | 
						|
# base api | 
						|
VUE_APP_ENCRYPT = 'PRIVATE' | 
						|
 | 
						|
VUE_APP_BASE_API = '/adminapi' | 
						|
VUE_APP_BASE_LSM_API = '/lsm' | 
						|
# 文件上传 | 
						|
VUE_APP_UPLOAD_URL = '/adminapi/oil-oss/obejct/uploadFile' | 
						|
VUE_APP_UPLOAD_PRIVATE_URL = '/adminapi/oil-dict/imageHandler/uploadProtectedImg' | 
						|
# 生产环境,进行加密 | 
						|
VUE_APP_ENV = 'production' | 
						|
 | 
						|
VUE_APP_DOMAIN = 'uat.xingoil.com/ws' | 
						|
# VUE_APP_DOMAIN = '112.124.20.195:38080' | 
						|
#VUE_APP_DOMAIN ='www.xingoil.com/ws'
 | 
						|
 |