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