@@ -113,7 +113,7 @@ watch(
>
<img
v-if="userStore.userInfo?.avatar"
- :avatar="`/File/Download?fileId=${userStore.userInfo?.avatar}`"
+ :src="`/File/Download?fileId=${userStore.userInfo?.avatar}`"
class="cursor-pointer"
@click="openLogin"
/>
@@ -96,7 +96,7 @@ watch(
v-for="index in 4"
:key="index"
- :src="`/src/assets/image/user${index}.png`"
+ :src="`/Content/Images/user${index}.png`"
:style="{ marginLeft: index !== 1 ? '-35px' : '0' }"
:text="index"
alt=""
@@ -37,7 +37,7 @@ function handleEditProfile() {
:src="`/File/Download?fileId=${userStore.userInfo?.avatar}`"
- class="h-[52px] w-[52px] object-contain"
+ class="h-[52px] w-[52px] rounded-[50%] object-contain"
v-else