From a2057c93a548b72cd069bdfe7c6bbffaceb00cc2 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 4 Sep 2025 09:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96lease=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E9=A1=B5=E9=9D=A2=E8=A1=A8=E5=8D=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/map-location/map-location.vue | 7 +++---- utils/request.js | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/components/map-location/map-location.vue b/components/map-location/map-location.vue index 1fd4510..410ffa8 100644 --- a/components/map-location/map-location.vue +++ b/components/map-location/map-location.vue @@ -131,7 +131,7 @@ export default { flex: 3; display: flex; align-items: center; - min-height: 80rpx; + padding: 0 20rpx; border-radius: 12rpx; background: #fff; @@ -140,7 +140,6 @@ export default { flex: 1; display: flex; align-items: center; - min-height: 56rpx; } .address-text { @@ -159,8 +158,8 @@ export default { display: flex; align-items: center; justify-content: center; - width: 48rpx; - height: 48rpx; + width: 42rpx; + height: 42rpx; background: #f15a04; border-radius: 50%; margin-left: 16rpx; diff --git a/utils/request.js b/utils/request.js index 0af28a3..04f7469 100644 --- a/utils/request.js +++ b/utils/request.js @@ -19,7 +19,7 @@ const ENV_CONFIG = { develop: { // 开发环境 // baseUrl: 'http://192.168.2.13:4601', - baseUrl: 'http://192.168.2.13:4601', + baseUrl: 'https://chu.chuangtewl.com/prod-api', appId: 1, }, trial: {