From 68ff574011145f53d695431826e1d96700ff5990 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 28 Mar 2024 16:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=BC=E5=85=A5=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.js | 2 +- pages/machine/openDoorByQrCode.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/config.js b/conf/config.js index b1dbb0f..cd60fa2 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,7 +15,7 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'https://192.168.100.108:8088/'; +const baseUrl = 'https://wuye.taksongroup.com/'; // #endif let commonBaseUrl = 'http://demo.homecommunity.cn/'; diff --git a/pages/machine/openDoorByQrCode.vue b/pages/machine/openDoorByQrCode.vue index e9a4596..f3aa222 100644 --- a/pages/machine/openDoorByQrCode.vue +++ b/pages/machine/openDoorByQrCode.vue @@ -35,7 +35,9 @@ .then((_owner)=>{ let _data = { memberId: _owner.memberId, - communityId: _owner.communityId + communityId: _owner.communityId, + page:1, + row:300 }; _that.communityName = _owner.communityName; _that.communityId = _owner.communityId;