mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix 登录页海报支持自定义tmdb/bing
This commit is contained in:
+1
-1
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user