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

This commit is contained in:
thsrite
2023-10-24 10:55:45 +08:00
parent 2030459f20
commit 5ad75b8420

View File

@@ -33,7 +33,7 @@ const isImageLoaded = ref(false)
// 获取背景图片
async function fetchBackgroundImage() {
api
.get('/login/tmdb')
.get('/login/wallpaper')
.then((response: any) => {
backgroundImageUrl.value = response.message
})