diff --git a/ui/src/components/login-layout/index.vue b/ui/src/components/login-layout/index.vue index 1557e02c4..efd88c993 100644 --- a/ui/src/components/login-layout/index.vue +++ b/ui/src/components/login-layout/index.vue @@ -38,7 +38,7 @@ const loginImageStyle = computed(() => { } } else { return { - backgroundImage: `url(../src/assets/theme/${getThemeImg(user.themeInfo?.theme)}.jpg)` + backgroundImage: `url(src/assets/theme/${getThemeImg(user.themeInfo?.theme)}.jpg)` } } })