[AI Generated]: chore(*): 切换服务地址为生产环境域名

This commit is contained in:
17792275749
2026-04-09 16:06:17 +08:00
parent 0b3eb25a62
commit 571b222ad6
+4 -4
View File
@@ -5,8 +5,8 @@ App({
globalData: {
// wx.request 请求的服务地址
// wxRequestUrl: "https://device.shuziweidao.com/gateway/",
wxRequestUrl: "http://192.168.1.207:8889/",
wxRequestUrl: "https://device.shuziweidao.com/gateway/",
// wxRequestUrl: "http://192.168.1.207:8889/",
// 秤的所有信息
ppScale: {
@@ -14,8 +14,8 @@ App({
plugin: null,
activeProtocol: null,
domain1: "http://192.168.1.207:8889", // 老版本 没有鉴权
domain2: "http://192.168.1.207:8889/weight", // 新版本 有鉴权
domain1: "http://device.shuziweidao.com:80/gateway", // 老版本 没有鉴权
domain2: "http://device.shuziweidao.com:80/weight", // 新版本 有鉴权
wifi: {
ssid: "",
password: ""