mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-10 23:13:20 +08:00
tmdb wallpaper
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user