fix
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -119,9 +119,9 @@
|
||||
|
||||
.sketch-img {
|
||||
height: 100%;
|
||||
|
||||
object-fit: contain;
|
||||
height: 100%;
|
||||
&.sketch {
|
||||
height: initial;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,6 +147,8 @@ onMounted(()=>{
|
||||
// 开始监听
|
||||
if(resizeObserver)resizeObserver.observe(listingsBoxRef.value)
|
||||
})
|
||||
})
|
||||
onActivated(()=>{
|
||||
getCollectionDetail()
|
||||
})
|
||||
onUnmounted(()=>{
|
||||
|
||||
Reference in New Issue
Block a user