fixed icons user url

This commit is contained in:
Kostya
2023-12-23 15:07:54 +03:00
parent 31d17d71d9
commit f199babb64
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export default {
return {
balance: 0,
auth: false,
imageUrl: "https://visage.surgeplay.com/face/55/",
imageUrl: "https://avatar.spworlds.ru/face/55/",
userName: "",
};
},

View File

@@ -101,7 +101,7 @@ export default {
console.error('error in profile, get money', error)
})
this.imageUrl = `https://visage.surgeplay.com/front/256/${this.username}`
this.imageUrl = `https://avatar.spworlds.ru/front/256/${this.username}`
},
methods: {
depositClick() {