fix: 上线前修改

This commit is contained in:
anonymous
2025-01-09 20:23:04 +08:00
parent 246c28e5d0
commit 7ad24e1444
11 changed files with 72 additions and 50 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ defineProps({
bg-gray-100
class="h-full w-full"
mode="aspectFill"
:src="src ?? DefaultAavatar"
:src="src ? src : DefaultAavatar"
/>
</div>
</template>