This commit is contained in:
17792275749
2026-04-15 14:00:15 +08:00
parent 5ec3b1c84b
commit eb16621b5f
+6 -6
View File
@@ -5,8 +5,8 @@ App({
globalData: { globalData: {
// wx.request 请求的服务地址 // wx.request 请求的服务地址
// wxRequestUrl: "https://device.shuziweidao.com/gateway/", wxRequestUrl: "https://device.shuziweidao.com/gateway/",
wxRequestUrl: "http://192.168.1.207:8889/", // wxRequestUrl: "http://192.168.1.207:8889/",
// 秤的所有信息 // 秤的所有信息
ppScale: { ppScale: {
@@ -14,10 +14,10 @@ App({
plugin: null, plugin: null,
activeProtocol: null, activeProtocol: null,
// 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", // 新版本 有鉴权
domain1: "http://192.168.1.207:8889", // 老版本 没有鉴权 // domain1: "http://192.168.1.207:8889", // 老版本 没有鉴权
domain2: "http://192.168.1.207:8889/weight", // 新版本 有鉴权 // domain2: "http://192.168.1.207:8889/weight", // 新版本 有鉴权
wifi: { wifi: {
ssid: "", ssid: "",
password: "" password: ""