Sfoglia il codice sorgente

app2.0获取用户头像图片 url

娄底高职分支
ndbs 2 anni fa
parent
commit
5e90cea62d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/msg/chat.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/msg/chat.vue Vedi File

@@ -186,7 +186,7 @@ export default {

// 获取用户头像图片 url
avatar(id) {
return id === this.chatUserId && this.isSystem ? null : this.API + `/user/img?data=${id}`
return id === this.chatUserId && this.isSystem ? null : this.API + `/learun/adms/user/img?data=${id}`
}
},



Caricamento…
Annulla
Salva