feat: 外观设置功能
parent
4adfcd9de1
commit
7e08aedcfc
|
|
@ -32,7 +32,7 @@ const fileURL = computed(() => {
|
||||||
})
|
})
|
||||||
|
|
||||||
const loginImageStyle = computed(() => {
|
const loginImageStyle = computed(() => {
|
||||||
if (user.themeInfo.loginImage) {
|
if (user.themeInfo?.loginImage) {
|
||||||
return {
|
return {
|
||||||
backgroundImage: `url(${fileURL.value})`
|
backgroundImage: `url(${fileURL.value})`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue