diff --git a/App.vue b/App.vue index 3143ca6..28a7a6d 100644 --- a/App.vue +++ b/App.vue @@ -170,7 +170,7 @@ @import "uview-ui/index.scss"; @import "./common/css/iconfont.css"; // 自定义tabar样式修改 - /deep/.u-tabbar__content__item__text{ + ::v-deep.u-tabbar__content__item__text{ font-size: 20rpx !important; bottom: 10rpx !important; } diff --git a/common/http.interceptor.js b/common/http.interceptor.js index a34a139..7b57acb 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -21,13 +21,12 @@ const install = (Vue, vm) => { // }); Vue.prototype.$u.http.setConfig({ baseUrl: 'https://yxd.ccttiot.com/prod-api', - // baseUrl: 'http://192.168.0.100:8081', + // baseUrl: 'http://192.168.1.3:8081', loadingText: '努力加载中~', loadingTime: 800, // 设置自定义头部content-type header: { 'content-type': 'application/json;charset=UTF-8', - }, // ...... }); diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index 17810ee..195ab34 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -84,11 +84,11 @@ }