diff --git a/luckydiamond/src/components/HeaderComponent.vue b/luckydiamond/src/components/HeaderComponent.vue index c7259e8..ee2a637 100644 --- a/luckydiamond/src/components/HeaderComponent.vue +++ b/luckydiamond/src/components/HeaderComponent.vue @@ -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: "", }; }, diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 54d43d0..72bb2d3 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -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() {