diff --git a/common/http.interceptor.js b/common/http.interceptor.js index d3b08ad..651daaf 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -19,8 +19,8 @@ const install = (Vue, vm) => { // }, // }); Vue.prototype.$u.http.setConfig({ - // baseUrl: 'http://192.168.2.81:3302', - baseUrl: 'https://kang.chuangtewl.com/prod-api', + baseUrl: 'http://192.168.2.81:3302', + // baseUrl: 'https://kang.chuangtewl.com/prod-api', loadingText: '努力加载中~', loadingTime: 800, // 设置自定义头部content-type diff --git a/page_user/promote.vue b/page_user/promote.vue index e1ce103..0e40b89 100644 --- a/page_user/promote.vue +++ b/page_user/promote.vue @@ -181,21 +181,22 @@ } .img { - width: 311rpx; - height: 311rpx; + width: 350rpx; + height: 350rpx; position: absolute; top: 750rpx; - left: 50%; + left: 53%; transform: translateX(-50%); // padding-left: 40rpx; // padding-right: 20rpx; box-sizing: border-box; + z-index: 999 !important; // border: 1px dashed #ccc; } .tuixx { - position: fixed; - bottom: 182rpx; + position: absolute; + top: 1220rpx; left: 110rpx; view {