feat: 外观设置功能

v3.2
wangdan-fit2cloud 2024-07-16 18:12:22 +08:00
parent daa1e68ae1
commit f41ac738f4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const fileURL = computed(() => {
})
const loginImageStyle = computed(() => {
if (user.themeInfo.loginImage) {
if (user.themeInfo?.loginImage) {
return {
backgroundImage: `url(${fileURL.value})`
}