fix avatar

This commit is contained in:
2026-03-21 09:59:59 +08:00
parent bfc27c346f
commit 93713e3e3c

View File

@@ -131,7 +131,7 @@ const { changeLocale, currentLocale }: any = useLocale()
const { isFullscreen, toggle: toggleFullScreen } = useFullscreen() const { isFullscreen, toggle: toggleFullScreen } = useFullscreen()
const locales = [...LOCALE_OPTIONS] const locales = [...LOCALE_OPTIONS]
const avatar = computed(() => { const avatar = computed(() => {
return userStore.avatar return userStore.avatar || '//p3-armor.byteimg.com/tos-cn-i-49unhts6dw/dfdba5317c0c20ce20e64fac803d52bc.svg~tplv-49unhts6dw-image.image'
}) })
const theme = computed(() => { const theme = computed(() => {
return appStore.theme return appStore.theme