tmdb wallpaper

This commit is contained in:
jxxghp
2023-07-19 15:10:14 +08:00
parent a0335227c5
commit cef77f3173
3 changed files with 7 additions and 4 deletions

View File

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