Commit bb140379 authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

修改

See merge request !51
parents 2c925091 6e5de1d4
......@@ -73,7 +73,7 @@ export default {
getUserInfo2(params).then(res => {
if (res.code == 0) {
this.inviteeCode = res.data.inviteCode;
this.avatar = 'http://8.131.244.76:81/' + res.data.headImage;
this.avatar = 'http://8.131.244.76:81' + res.data.headImage;
localStorage.setItem("user", JSON.stringify(res.data));
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment