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: {