diff --git a/components/region-select/index.vue b/components/region-select/index.vue index 7d33d9a..9d56aad 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: [], @@ -329,7 +328,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