From 7242e801cce5aa058c72bd202475d1ed79044c98 Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Fri, 21 Feb 2025 11:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 2 +- components/tab-bar/tab-bar.vue | 8 +- page_user/sbdetail.vue | 243 ++++++++++----------------------- page_user/wifijoint/index.vue | 3 - pages/index/index.vue | 130 ++++++++---------- pages/my.vue | 10 +- pages/tj.vue | 4 +- 7 files changed, 147 insertions(+), 253 deletions(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 28956ea..43a4392 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -16,7 +16,7 @@ const install = (Vue, vm) => { // }, // }); Vue.prototype.$u.http.setConfig({ - // baseUrl: 'http://192.168.1.6:10002', + // baseUrl: 'http://192.168.2.83:10002', baseUrl: 'https://kg.chuangtewl.com/prod-api', // loadingText: '加载中...', // loadingTime: 1000, diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index 87e550c..f6c2e2f 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -95,10 +95,10 @@ align-items: center; justify-content: space-around; .tab{ - width: 44rpx; - display: flex; - flex-wrap: wrap; - justify-content: center; + width: 100rpx; + height: 100rpx; + display: block; + text-align: center; image{ width: 40rpx; height: 40rpx; diff --git a/page_user/sbdetail.vue b/page_user/sbdetail.vue index 298ab18..dc249cd 100644 --- a/page_user/sbdetail.vue +++ b/page_user/sbdetail.vue @@ -1,7 +1,8 @@