优化了一些代码
This commit is contained in:
@@ -5,15 +5,15 @@ App({
|
|||||||
|
|
||||||
globalData: {
|
globalData: {
|
||||||
// wx.request 请求的服务地址
|
// wx.request 请求的服务地址
|
||||||
// wxRequestUrl: "https://device.shuziweidao.com/gateway/",
|
wxRequestUrl: "https://device.shuziweidao.com/gateway/",
|
||||||
wxRequestUrl: "http://192.168.1.12:8889/",
|
// wxRequestUrl: "http://192.168.1.12:8889/",
|
||||||
|
|
||||||
// 秤的所有信息
|
// 秤的所有信息
|
||||||
ppScale: {
|
ppScale: {
|
||||||
plugin: null,
|
plugin: null,
|
||||||
activeProtocol: null,
|
activeProtocol: null,
|
||||||
// domain: "http://device.shuziweidao.com:80/gateway",
|
domain: "http://device.shuziweidao.com:80/gateway",
|
||||||
domain: "http://192.168.1.12:8889",
|
// domain: "http://192.168.1.12:8889",
|
||||||
wifi: {
|
wifi: {
|
||||||
ssid: "",
|
ssid: "",
|
||||||
password: ""
|
password: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user