| 
					
				 | 
			
			
				@@ -84,7 +84,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     rigClick() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      var { unicomIntegratedId, unicomIntegratedType } = JSON.parse(localStorage.getItem('supply_user')) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      var { unicomIntegratedId, unicomIntegratedType } = JSON.parse(localStorage.getItem('greemall_user')) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.form.unicomIntegratedId = unicomIntegratedId || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.form.unicomIntegratedType = unicomIntegratedType || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.dialogbol = true 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -96,7 +96,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$refs.ruleForm.validate(valid => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (valid) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           commonUnicomeConfigSave(this.form).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.$store.dispatch('user/getInfo') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            location.reload(true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$message({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               type: 'success', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               message: '设置成功' 
			 |