From afbea289fbdba3d1b4222d1f9d40dede547af9dd Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Tue, 5 May 2026 13:17:20 +0800 Subject: [PATCH] fix --- .env.dev_build | 2 +- .../MyListings/EditDetail/components/TopImageSection.vue | 4 ++-- .../SellerDashboard/MyListings/createSelectItem/index.vue | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.dev_build b/.env.dev_build index dca4a41b..a25d8b1c 100644 --- a/.env.dev_build +++ b/.env.dev_build @@ -3,6 +3,6 @@ VITE_USER_NODE_ENV = 'development_cloud' # VITE_APP_BASE_URL = 'http://18.167.251.121:10088' # VITE_APP_BASE_URL = 'https://api.aida.com.hk' # VITE_APP_BASE_URL = 'https://develop.api.aida.com.hk' -VITE_APP_BASE_URL = 'http://18.167.251.121:10094' +VITE_APP_BASE_URL = 'https://develop-ms.api.aida.com.hk' # VITE_APP_BASE_URL = 'http://localhost:22170' diff --git a/src/views/SellerDashboard/MyListings/EditDetail/components/TopImageSection.vue b/src/views/SellerDashboard/MyListings/EditDetail/components/TopImageSection.vue index e41b23b8..9d1b5143 100644 --- a/src/views/SellerDashboard/MyListings/EditDetail/components/TopImageSection.vue +++ b/src/views/SellerDashboard/MyListings/EditDetail/components/TopImageSection.vue @@ -119,9 +119,9 @@ .sketch-img { height: 100%; - + object-fit: contain; + height: 100%; &.sketch { - height: initial; width: 100%; } } diff --git a/src/views/SellerDashboard/MyListings/createSelectItem/index.vue b/src/views/SellerDashboard/MyListings/createSelectItem/index.vue index a25fa581..bfb90480 100644 --- a/src/views/SellerDashboard/MyListings/createSelectItem/index.vue +++ b/src/views/SellerDashboard/MyListings/createSelectItem/index.vue @@ -147,6 +147,8 @@ onMounted(()=>{ // 开始监听 if(resizeObserver)resizeObserver.observe(listingsBoxRef.value) }) +}) +onActivated(()=>{ getCollectionDetail() }) onUnmounted(()=>{