From 0d71467c247a530b2fe9ddb5ffc46c807cdc8585 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 12 Aug 2021 17:23:56 +0800
Subject: [PATCH] 初版集成
---
store/mutations.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/store/mutations.js b/store/mutations.js
index 5ff3855..a1b99cd 100644
--- a/store/mutations.js
+++ b/store/mutations.js
@@ -49,7 +49,7 @@
console.log('登入数据传输成功 开始进入连接')
uni.connectSocket({
- url: 'ws://http://223.82.109.183:2086/websocket'
+ url: 'ws://192.168.0.111:2086/websocket'
});
var socketOpen = false;
uni.onSocketOpen(function(res) {
--
Gitblit v1.9.3