From 39c6de135e0a6f3e6fbd068ce83252cb207ac31e Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Wed, 9 Nov 2022 14:46:20 +0800 Subject: [PATCH] =?UTF-8?q?ssl=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im-ui/.env.production b/im-ui/.env.production index 94bf790..acca7e2 100644 --- a/im-ui/.env.production +++ b/im-ui/.env.production @@ -3,4 +3,4 @@ ENV = 'production' # 接口地址 VUE_APP_BASE_API = 'https://8.134.92.70:443/api' -VUE_APP_WS_URL = 'wss://8.134.92.70:443/im' \ No newline at end of file +VUE_APP_WS_URL = 'wss://8.134.92.70:81/im' \ No newline at end of file