修改提交样式

This commit is contained in:
RenCheng 2025-02-28 16:19:00 +08:00
parent 9e8a94e022
commit 8ef17169be

View File

@ -70,7 +70,6 @@
methods: {
initWebSocket: function () {
// WebSocketwshttpwsshttps
var userId = store.getters.userInfo.id;
var url = window._CONFIG['domianURL'].replace("https://","ws://").replace("http://","ws://")+"/websocket/1/data_distribute";
this.websock = new WebSocket(url);
this.websock.onopen = this.websocketonopen;