This commit is contained in:
2022-11-01 09:59:44 +08:00
parent fd5096853d
commit 155791f117

View File

@@ -11,19 +11,19 @@ window = {
let printListDev = [];
let printListOnline = [];
var CLODOP = {
strWebPageID: "3DFAAAC",
strWebPageID:"JL68836",
strTaskID: "",
strHostURI: "http://192.168.0.16:8000",
wsHostURI: "ws://192.168.0.16:8000/c_webskt/",
VERSION: "6.2.2.6",
IVERSION: "6226",
CVERSION: "3.0.9.3",
HTTPS_STATUS: 2,
VERSION_EXT: true,
strHostURI: "http://192.168.81.198:8000",
wsHostURI: "ws://192.168.81.198:8000/c_webskt/",
VERSION:"6.2.2.0",
IVERSION:"6220",
CVERSION:"3.0.2.5",
HTTPS_STATUS:0,
VERSION_EXT:false,
iBaseTask: 0,
timeThreshold: 5,
Priority: 0,
blIslocal: true,
blIslocal:false,
Iframes: [],
ItemDatas: {},
PageData: {},
@@ -123,7 +123,7 @@ window = {
console.log(this.webskt)
console.log(CLODOP.wsHostURI)
console.log(rest)
let ip = uni.getStorageSync('fl_ip') || '192.168.0.16';
let ip = uni.getStorageSync('fl_ip') || '192.168.81.198';
let wsHostURI = `ws://${ip}:8000/c_webskt/`
this.SocketEnable = true;
try {