From cef77f3173c0bc5a20b85efc738a239af1ff6081 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 19 Jul 2023 15:10:14 +0800 Subject: [PATCH] tmdb wallpaper --- src/layouts/components/UserProfile.vue | 7 +++++-- src/pages/login.vue | 2 +- src/views/account-setting/AccountSettingNotification.vue | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/layouts/components/UserProfile.vue b/src/layouts/components/UserProfile.vue index 117216cf..e217320a 100644 --- a/src/layouts/components/UserProfile.vue +++ b/src/layouts/components/UserProfile.vue @@ -84,11 +84,14 @@ onMounted(() => { - 配置中心 + 设定 - + diff --git a/src/pages/login.vue b/src/pages/login.vue index e1088ec7..e5dae9ae 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -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; }) diff --git a/src/views/account-setting/AccountSettingNotification.vue b/src/views/account-setting/AccountSettingNotification.vue index 4edc732a..d4e4b69a 100644 --- a/src/views/account-setting/AccountSettingNotification.vue +++ b/src/views/account-setting/AccountSettingNotification.vue @@ -70,7 +70,7 @@ onMounted(() => { - 没有设置任何通知渠道 + 没有设置任何通知渠道