fix 登录页海报支持自定义tmdb/bing

This commit is contained in:
thsrite
2023-10-24 10:55:45 +08:00
parent 2030459f20
commit 5ad75b8420
+1 -1
View File
@@ -33,7 +33,7 @@ const isImageLoaded = ref(false)
// 获取背景图片 // 获取背景图片
async function fetchBackgroundImage() { async function fetchBackgroundImage() {
api api
.get('/login/tmdb') .get('/login/wallpaper')
.then((response: any) => { .then((response: any) => {
backgroundImageUrl.value = response.message backgroundImageUrl.value = response.message
}) })