From e138c916f2fff0f34e8cca4b40dc488ffe9ad371 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 3 Apr 2024 15:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B3=A8=E5=86=8C=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=85=B3=E8=81=94=E5=A4=84=E5=A4=9A=E5=B0=8F=E5=8C=BA?= =?UTF-8?q?=E6=97=B6=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.js | 2 +- pages/index/authOwnerLog.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.js b/conf/config.js index 2b472b4..cd60fa2 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,7 +15,7 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://demo.homecommunity.cn/'; +const baseUrl = 'https://wuye.taksongroup.com/'; // #endif let commonBaseUrl = 'http://demo.homecommunity.cn/'; diff --git a/pages/index/authOwnerLog.vue b/pages/index/authOwnerLog.vue index f41342b..779a847 100644 --- a/pages/index/authOwnerLog.vue +++ b/pages/index/authOwnerLog.vue @@ -45,7 +45,7 @@ - + @@ -118,6 +118,6 @@ height: 180rpx; } .to-auth{ - margin-top:300upx + margin-top:20upx }