mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 外观设置功能
This commit is contained in:
parent
daa1e68ae1
commit
f41ac738f4
|
|
@ -32,7 +32,7 @@ const fileURL = computed(() => {
|
|||
})
|
||||
|
||||
const loginImageStyle = computed(() => {
|
||||
if (user.themeInfo.loginImage) {
|
||||
if (user.themeInfo?.loginImage) {
|
||||
return {
|
||||
backgroundImage: `url(${fileURL.value})`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue