From 314bb8c071d9a35c608a99e05a41704a9b189c73 Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Wed, 9 Nov 2022 14:43:16 +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 8353ff1..94bf790 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 = 'ws://8.134.92.70:81/im' \ No newline at end of file +VUE_APP_WS_URL = 'wss://8.134.92.70:443/im' \ No newline at end of file