From a1bb302be8a50b8cf492e833427f365edc6610aa Mon Sep 17 00:00:00 2001 From: zerosaturation Date: Thu, 11 Jun 2026 21:07:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.development | 4 +- frontend/pages/asset-detail/asset-detail.vue | 170 +++++++++++++----- .../square/components/HotCategoryBlock.vue | 1 + 3 files changed, 124 insertions(+), 51 deletions(-) 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; }