diff --git a/frontend/.env.development b/frontend/.env.development index 1702519..cc06a8b 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -1,7 +1,7 @@ # 开发环境配置 # HBuilderX「运行」时自动加载;CLI 用 --mode development -# VITE_API_BASE_URL=http://192.168.110.60:8080 -VITE_API_BASE_URL=https://api.topfans.online +VITE_API_BASE_URL=http://192.168.110.60:8080 +# VITE_API_BASE_URL=https://api.topfans.online # WebSocket 地址:如与 API 同源可省略(自动从 VITE_API_BASE_URL 推导 http→ws、https→wss) # 独立部署时直接覆盖,例如:ws://192.168.110.60:8081 VITE_WS_BASE_URL=ws://192.168.110.60:8080 diff --git a/frontend/pages/asset-detail/asset-detail.vue b/frontend/pages/asset-detail/asset-detail.vue index dde30d8..fa88d3d 100644 --- a/frontend/pages/asset-detail/asset-detail.vue +++ b/frontend/pages/asset-detail/asset-detail.vue @@ -215,7 +215,7 @@ diff --git a/frontend/pages/square/components/HotCategoryBlock.vue b/frontend/pages/square/components/HotCategoryBlock.vue index fc35bdb..2dec6d3 100644 --- a/frontend/pages/square/components/HotCategoryBlock.vue +++ b/frontend/pages/square/components/HotCategoryBlock.vue @@ -455,6 +455,7 @@ onUnmounted(() => { .content-scroll { flex: 1; min-height: 0; + border-radius: 12px; overflow: hidden; }