From 14574891b949937fcd5ecce71217806bc7c65296 Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Wed, 9 Nov 2022 14:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81ssl=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 49fc05a..8353ff1 100644 --- a/im-ui/.env.production +++ b/im-ui/.env.production @@ -1,6 +1,6 @@ ENV = 'production' # 接口地址 -VUE_APP_BASE_API = 'http://8.134.92.70/api' +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