2 Commits ca28d115ad ... a87922a9ec

Author SHA1 Message Date
  aleyds a87922a9ec Merge branch 'master' of http://dzgogs.hw.hongweisoft.com/tourism_project/tourism_merchant_ui 11 months ago
  aleyds 22a12f15a0 头像处理 11 months ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/user/profile/userAvatar.vue

+ 1 - 1
src/views/system/user/profile/userAvatar.vue

@@ -137,7 +137,7 @@ export default {
         formData.append("avatarfile", data, this.options.filename);
         uploadAvatar(formData).then(response => {
           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);
           this.$modal.msgSuccess("修改成功");
           this.visible = false;