Skip to content

Commit 1c3f966

Browse files
committed
update: websocket url
1 parent 51f52fc commit 1c3f966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/views/api_excel/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default {
216216
},
217217
initWebSocket(id) { // 初始化 weosocket
218218
if ('WebSocket' in window) {
219-
const url = 'ws://118.25.87.12:5200?id=' + id
219+
const url = 'wss://www.guke1.com/ws?id=' + id
220220
this.websock = new WebSocket(url)
221221
this.websock.onmessage = this.onmessage
222222
this.websock.onopen = this.onopen

0 commit comments

Comments
 (0)