Compare commits

2 Commits

Author SHA1 Message Date
X1627315083@163.com
88f0528553 Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite 2026-05-05 13:17:24 +08:00
X1627315083@163.com
afbea289fb fix 2026-05-05 13:17:20 +08:00
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(()=>{