From 155791f117913391bd4583522c08ee46461beeea Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 1 Nov 2022 09:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/CLodopfuncs.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/utils/CLodopfuncs.js b/utils/CLodopfuncs.js index bd49918..1cfb5be 100644 --- a/utils/CLodopfuncs.js +++ b/utils/CLodopfuncs.js @@ -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 {