From 77e20a6c42d3f31ae2f34f8a9a0916f6eb018f79 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 1 Aug 2025 13:33:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(region-index):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/region-select/index.vue | 4 +--- config/request.js | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/components/region-select/index.vue b/components/region-select/index.vue index 674ba72..2b6d08d 100644 --- a/components/region-select/index.vue +++ b/components/region-select/index.vue @@ -8,7 +8,6 @@ @@ -67,7 +66,7 @@ export default { popupVisible: false, areaTree: [], pickerValue: [0, 0, 0], - indicatorStyle: `height: 50px;`, + // indicatorStyle: `height: 50px;`, selectedList: [], regionList: [], provinceList: [], @@ -325,7 +324,6 @@ export default { display: flex; align-items: center; justify-content: center; - height: 50px; font-size: 24rpx; color: #666; white-space: nowrap; diff --git a/config/request.js b/config/request.js index b963395..f800f96 100644 --- a/config/request.js +++ b/config/request.js @@ -19,7 +19,7 @@ module.exports = vm => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = 'http://localhost:8080' + config.baseURL = 'https://t-app.beida666.com/prod-api' //#endif //#ifdef QA_SERVER