update:替换网络图片
This commit is contained in:
@@ -239,7 +239,7 @@ const displayName = computed(() => {
|
||||
});
|
||||
|
||||
const avatarSrc = computed(() => {
|
||||
return user.value?.avatar || "/static/shooter2.png";
|
||||
return user.value?.avatar || "https://static.shelingxingqiu.com/shootmini/static/shooter2.png";
|
||||
});
|
||||
|
||||
watch(
|
||||
@@ -638,7 +638,7 @@ onBeforeUnmount(() => {
|
||||
<!-- <button class="progress-card__sound" hover-class="none" @click="updateSound">
|
||||
<image
|
||||
class="progress-card__sound-icon"
|
||||
:src="`/static/sound${sound ? '' : '-off'}-yellow.png`"
|
||||
:src="`https://static.shelingxingqiu.com/shootmini/static/sound${sound ? '' : '-off'}-yellow.png`"
|
||||
mode="aspectFit"
|
||||
/>
|
||||
</button> -->
|
||||
|
||||
Reference in New Issue
Block a user