-
-
-
-
-
-
-
+
+
+
+
diff --git a/src/views/Photograph/PrivacySpace/PrivacySpace.vue b/src/views/Photograph/PrivacySpace/PrivacySpace.vue
index 3e2f241..f993790 100644
--- a/src/views/Photograph/PrivacySpace/PrivacySpace.vue
+++ b/src/views/Photograph/PrivacySpace/PrivacySpace.vue
@@ -1,24 +1,167 @@
-
-
+
diff --git a/src/views/Photograph/RecentUpload/RecentUpload.vue b/src/views/Photograph/RecentUpload/RecentUpload.vue
index dd4e6ea..468a537 100644
--- a/src/views/Photograph/RecentUpload/RecentUpload.vue
+++ b/src/views/Photograph/RecentUpload/RecentUpload.vue
@@ -55,6 +55,10 @@ const imageList = ref
([]);
const getRecentImages = async () => {
+ if (!upload.storageSelected?.[0] || !upload.storageSelected?.[1]) {
+ message.error("请选择存储配置");
+ return;
+ }
imageStore.imageListLoading = true;
const res: any = await queryRecentImagesApi(upload.storageSelected?.[0], upload.storageSelected?.[1]);
if (res && res.code === 200) {
diff --git a/src/views/User/PersonalCenter/PersonalCenter.vue b/src/views/User/PersonalCenter/PersonalCenter.vue
index 972b886..9193aad 100644
--- a/src/views/User/PersonalCenter/PersonalCenter.vue
+++ b/src/views/User/PersonalCenter/PersonalCenter.vue
@@ -77,7 +77,7 @@ function handleClick({key}) {
.personal-center-header {
width: 100%;
height: 200px;
- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url("@/assets/images/bg.webp");
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url("@/assets/images/bg_1.png");
background-size: cover;
background-position: center;
position: relative;