|  | @@ -93,7 +93,7 @@ Vue.component('upload-file', EleFormUploadFile)
 | 
	
		
			
				|  |  |  Vue.use(EleForm, {
 | 
	
		
			
				|  |  |    
 | 
	
		
			
				|  |  |    upload: {
 | 
	
		
			
				|  |  | -    action: 'http://172.16.90.11:8080/common/upload', 
 | 
	
		
			
				|  |  | +    action: 'http://actservice.hw.hongweisoft.com/prod-api/common/upload', 
 | 
	
		
			
				|  |  |      responseFn(response, file) {
 | 
	
		
			
				|  |  |        if (response.code === 500) {
 | 
	
		
			
				|  |  |          this.$message({ showClose: true, message: response.msg, type: 'error' })
 | 
	
	
		
			
				|  | @@ -106,7 +106,7 @@ Vue.use(EleForm, {
 | 
	
		
			
				|  |  |    
 | 
	
		
			
				|  |  |    'upload-file': {
 | 
	
		
			
				|  |  |      
 | 
	
		
			
				|  |  | -    action: 'http://172.16.90.11:8080/common/uploadac',
 | 
	
		
			
				|  |  | +    action: 'http://actservice.hw.hongweisoft.com/prod-api/common/uploadac',
 | 
	
		
			
				|  |  |      responseFn(response, file) {
 | 
	
		
			
				|  |  |        if (response.code === 500) {
 | 
	
		
			
				|  |  |          this.$message({ showClose: true, message: response.msg, type: 'error' })
 |