From a58553977ececa8a79e0cb6b0ae12bd0595f5db4 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sat, 21 Oct 2023 09:39:29 +0800 Subject: [PATCH] =?UTF-8?q?im=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpkg/chatMang/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subpkg/chatMang/index.vue b/subpkg/chatMang/index.vue index 06924ff..e140a59 100644 --- a/subpkg/chatMang/index.vue +++ b/subpkg/chatMang/index.vue @@ -496,12 +496,12 @@ }, onLoad() { - console.log(F) + let user = JSON.parse(uni.getStorageSync('USER_INFO')) this.a = user.avatar console.log(user.avatar) uni.connectSocket({ - url: 'wss://worker-task.lihaink.cn/wss' + url: 'wss://ceshi-worker-task.lihaink.cn/im' }); uni.onSocketOpen(function(res) { console.log('WebSocket连接已打开!');