PLC-read/dist/20490957/static/js/10.js
2023-12-18 09:42:27 +08:00

1 line
1.8 KiB
JavaScript

webpackJsonp([10],{"5atb":function(t,e,s){var o=s("vIK7");"string"==typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);s("rjj0")("45f76159",o,!0)},uZtf:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=s("mvHQ"),n=s.n(o),i={data:function(){return{websock:"",wbData:[],url:""}},created:function(){this.url=window.SITE_CONFIG.wbURL,JSON.parse(sessionStorage.getItem("msgDiv"))?this.wbData=JSON.parse(sessionStorage.getItem("msgDiv")):this.wbData=[],this.initWebSocket()},methods:{initWebSocket:function(){var t="ws://"+this.url+"/log";this.websock=new WebSocket(t),this.websock.onmessage=this.websocketonmessage,this.websock.onopen=this.websocketonopen,this.websock.onerror=this.websocketonerror,this.websock.onclose=this.websocketclose},websocketonopen:function(){this.websocketsend()},websocketonerror:function(){this.initWebSocket()},websocketonmessage:function(t){this.wbData.length>=1e3?(this.wbData.shift(),this.wbData.push(t.data)):this.wbData.push(t.data),sessionStorage.setItem("msgDiv",n()(this.wbData))},websocketsend:function(t){this.websock.send(t)},websocketclose:function(t){console.log("断开连接",t)}}},a={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"bg mod-config msgDiv"},t._l(t.wbData,function(e,o){return s("div",{key:o,staticClass:"msg-div"},[t._v("\n "+t._s(e)+"\n ")])}))},staticRenderFns:[]};var c=s("VU/8")(i,a,!1,function(t){s("5atb")},"data-v-68248a3c",null);e.default=c.exports},vIK7:function(t,e,s){(t.exports=s("FZ+f")(!1)).push([t.i,"\n.bg[data-v-68248a3c] {\n /* background-image: url(~@/assets/img/13.jpg);\n background-size: cover;\n position: relative; */\n}\n.msgDiv[data-v-68248a3c]{\n color: black;\n height: calc(100vh - 109px);\n overflow-y: auto;\n}\n.msg-div[data-v-68248a3c] {\n}\n",""])}});