fix: 切换生产环境域名;scroll-view 补充 scroll-y 属性

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-05-28 17:17:23 +08:00
co-authored by Claude Opus 4.7
parent 77e768f6c7
commit 3187cc48df
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -20,10 +20,10 @@ const plugin = requirePlugin('ppScale-plugin') as LeFuPlugin
const LEFU_CONFIG: LeFuConfig = { const LEFU_CONFIG: LeFuConfig = {
key: 'lefudc91611833e18d94', key: 'lefudc91611833e18d94',
secret: 'eQ50JYimMp0X7uhNLj6D3lTEk4TUUvEG7dvaqKM9t1U=', secret: 'eQ50JYimMp0X7uhNLj6D3lTEk4TUUvEG7dvaqKM9t1U=',
domain1: 'http://10.10.10.10:8889', // domain1: 'http://10.10.10.10:8889',
domain2: 'http://10.10.10.10:8889/weight', // domain2: 'http://10.10.10.10:8889/weight',
// domain1: 'http://device.shuziweidao.com:80/gateway', domain1: 'http://device.shuziweidao.com:80/gateway',
// domain2: 'http://device.shuziweidao.com:80/weight', domain2: 'http://device.shuziweidao.com:80/weight',
} }
/** 支持的设备型号配置列表(5款) */ /** 支持的设备型号配置列表(5款) */
+1 -1
View File
@@ -7,7 +7,7 @@
</view> </view>
<view class="form"> <view class="form">
<scroll-view class="scrollView"> <scroll-view scroll-y class="scrollView">
<view class="scrollViewContent"> <view class="scrollViewContent">
<!-- 白色圆角表单卡片 --> <!-- 白色圆角表单卡片 -->
<view class="form-card"> <view class="form-card">
+2 -2
View File
@@ -2,8 +2,8 @@ import type { ApiResponse, HttpMethod, RequestOptions } from './types'
export type { ApiResponse, RequestOptions } export type { ApiResponse, RequestOptions }
const BASE_URL = 'http://10.10.10.10:8889/' // 测试环境 // const BASE_URL = 'http://10.10.10.10:8889/' // 测试环境
// const BASE_URL = 'https://device.shuziweidao.com/gateway/' // 正式环境 const BASE_URL = 'https://device.shuziweidao.com/gateway/' // 正式环境
let _loadingCount = 0 let _loadingCount = 0