|
|
@@ -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}` |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|