From 9e8d4d4b580ab64c0191c7297d4171a10ae2797b Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Fri, 25 Sep 2020 17:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/imservice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/imservice.js b/static/imservice.js index a268e01..2aabec7 100644 --- a/static/imservice.js +++ b/static/imservice.js @@ -36,7 +36,7 @@ function CurrentUser(uuid, name, avatar) { function IMService() { this.im = GoEasyIM.getInstance({ host:'hangzhou.goeasy.io',//qos=1 - appkey:'BC-453aa755c4ea48148abefc55a86df283' + appkey:'BC-d9b5e639006b4ee2a4bc9eddc4235a6a' }); //当前“我” this.currentUser = null; -- 2.39.5