| 
														
															@@ -144,7 +144,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         formData.append("avatarfile", data, this.options.filename); 
														 | 
														
														 | 
														
															         formData.append("avatarfile", data, this.options.filename); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         uploadAvatar(formData).then(response => { 
														 | 
														
														 | 
														
															         uploadAvatar(formData).then(response => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.open = false; 
														 | 
														
														 | 
														
															           this.open = false; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          this.options.img = process.env.VUE_APP_BASE_API + response.imgUrl; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          this.options.img =  response.imgUrl; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           store.commit('SET_AVATAR', this.options.img); 
														 | 
														
														 | 
														
															           store.commit('SET_AVATAR', this.options.img); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.$modal.msgSuccess("修改成功"); 
														 | 
														
														 | 
														
															           this.$modal.msgSuccess("修改成功"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.visible = false; 
														 | 
														
														 | 
														
															           this.visible = false; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -172,7 +172,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }else if(typeof newValue == "string") { 
														 | 
														
														 | 
														
															         }else if(typeof newValue == "string") { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           console.log("范德萨发顺丰afgasdfasdfasdf===",newValue) 
														 | 
														
														 | 
														
															           console.log("范德萨发顺丰afgasdfasdfasdf===",newValue) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.options.img = newValue 
														 | 
														
														 | 
														
															           this.options.img = newValue 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        }  
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } 
														 | 
														
														 | 
														
															   } 
														 |