From 3187cc48df8a7cfe9899311ecef52e88e07f7a89 Mon Sep 17 00:00:00 2001 From: 17792275749 <812100002@qq.com> Date: Thu, 28 May 2026 17:17:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=9F=9F=E5=90=8D=EF=BC=9Bscroll-view=20?= =?UTF-8?q?=E8=A1=A5=E5=85=85=20scroll-y=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- miniprogram/lefu/service.ts | 8 ++++---- miniprogram/pages/addMember/addMember.wxml | 2 +- miniprogram/utils/request/index.ts | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/miniprogram/lefu/service.ts b/miniprogram/lefu/service.ts index 45e76e7..a855364 100644 --- a/miniprogram/lefu/service.ts +++ b/miniprogram/lefu/service.ts @@ -20,10 +20,10 @@ const plugin = requirePlugin('ppScale-plugin') as LeFuPlugin const LEFU_CONFIG: LeFuConfig = { key: 'lefudc91611833e18d94', secret: 'eQ50JYimMp0X7uhNLj6D3lTEk4TUUvEG7dvaqKM9t1U=', - domain1: 'http://10.10.10.10:8889', - domain2: 'http://10.10.10.10:8889/weight', - // domain1: 'http://device.shuziweidao.com:80/gateway', - // domain2: 'http://device.shuziweidao.com:80/weight', + // domain1: 'http://10.10.10.10:8889', + // domain2: 'http://10.10.10.10:8889/weight', + domain1: 'http://device.shuziweidao.com:80/gateway', + domain2: 'http://device.shuziweidao.com:80/weight', } /** 支持的设备型号配置列表(5款) */ diff --git a/miniprogram/pages/addMember/addMember.wxml b/miniprogram/pages/addMember/addMember.wxml index b134d12..5358b01 100644 --- a/miniprogram/pages/addMember/addMember.wxml +++ b/miniprogram/pages/addMember/addMember.wxml @@ -7,7 +7,7 @@ - + diff --git a/miniprogram/utils/request/index.ts b/miniprogram/utils/request/index.ts index e8f0106..7921630 100644 --- a/miniprogram/utils/request/index.ts +++ b/miniprogram/utils/request/index.ts @@ -2,8 +2,8 @@ import type { ApiResponse, HttpMethod, RequestOptions } from './types' export type { ApiResponse, RequestOptions } -const BASE_URL = 'http://10.10.10.10:8889/' // 测试环境 -// const BASE_URL = 'https://device.shuziweidao.com/gateway/' // 正式环境 +// const BASE_URL = 'http://10.10.10.10:8889/' // 测试环境 +const BASE_URL = 'https://device.shuziweidao.com/gateway/' // 正式环境 let _loadingCount = 0