From f41ac738f4e1dd73b8e3da8335cc9f1aa7677b87 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 16 Jul 2024 18:12:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=96=E8=A7=82=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/login-layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/login-layout/index.vue b/ui/src/components/login-layout/index.vue index 382b6f616..1557e02c4 100644 --- a/ui/src/components/login-layout/index.vue +++ b/ui/src/components/login-layout/index.vue @@ -32,7 +32,7 @@ const fileURL = computed(() => { }) const loginImageStyle = computed(() => { - if (user.themeInfo.loginImage) { + if (user.themeInfo?.loginImage) { return { backgroundImage: `url(${fileURL.value})` }