Merge pull request #55 from thsrite/main

This commit is contained in:
jxxghp
2023-10-26 16:04:43 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

+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
}) })