This commit is contained in:
X1627315083@163.com
2026-05-05 13:17:20 +08:00
parent 62829395ce
commit afbea289fb
3 changed files with 5 additions and 3 deletions

View File

@@ -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'

View File

@@ -119,9 +119,9 @@
.sketch-img {
height: 100%;
object-fit: contain;
height: 100%;
&.sketch {
height: initial;
width: 100%;
}
}

View File

@@ -147,6 +147,8 @@ onMounted(()=>{
// 开始监听
if(resizeObserver)resizeObserver.observe(listingsBoxRef.value)
})
})
onActivated(()=>{
getCollectionDetail()
})
onUnmounted(()=>{