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.
		
		
		
		
		
			
		
			
				
					
					
						
							20 lines
						
					
					
						
							516 B
						
					
					
				
			
		
		
	
	
							20 lines
						
					
					
						
							516 B
						
					
					
				VUE_APP_API_BASE_URL=http://dev.iczer.com | 
						|
ENV = 'development' | 
						|
 | 
						|
# base api | 
						|
# PRIVATE -加密 PUBLIC-不加密 | 
						|
VUE_APP_ENCRYPT = 'PUBLIC' | 
						|
 | 
						|
VUE_APP_BASE_API = '/api' | 
						|
VUE_APP_BASE_LSM_API = '/lsm'cls | 
						|
# 文件上传 | 
						|
VUE_APP_UPLOAD_URL = '/api/oil-oss/obejct/uploadFile' | 
						|
VUE_APP_UPLOAD_PRIVATE_URL = '/api/oil-dict/imageHandler/uploadProtectedImg' | 
						|
VUE_APP_DOMAIN = '127.0.0.1:38080' | 
						|
 | 
						|
# 开发环境,不会进行加密,会打印出数据1 | 
						|
VUE_APP_ENV = 'production' | 
						|
#production | 
						|
 | 
						|
 | 
						|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
 | 
						|
 |