|
|
@@ -392,7 +392,7 @@ export default {
|
|
|
|
|
|
getImgUrlByOssId(ossId) {
|
|
|
if (ossId) {
|
|
|
- this.$api.getImgUrlByOssId(ossId).then(res => {
|
|
|
+ this.$api.getImage(ossId).then(res => {
|
|
|
console.log('++++++++用户头像+++++++++++++++', res)
|
|
|
})
|
|
|
this.userInfo.selfPhotoUrl = url;
|