From a85449358c4b675886b88a256bf0aeea0e932ca4 Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Tue, 22 Nov 2022 16:06:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E5=A4=87=E6=A1=88=E7=BB=88?= =?UTF-8?q?=E4=BA=8E=E9=80=9A=E8=BF=87=EF=BC=8C=E6=94=B9=E4=B8=BA=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/.env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/im-ui/.env.production b/im-ui/.env.production index f372106..5b75d44 100644 --- a/im-ui/.env.production +++ b/im-ui/.env.production @@ -3,6 +3,6 @@ ENV = 'production' # app名称 VUE_APP_NAME = "盒子IM" # 接口地址 -VUE_APP_BASE_API = 'https://8.134.92.70:443/api' +VUE_APP_BASE_API = 'https://www.boxim.online/api' # ws地址 -VUE_APP_WS_URL = 'wss://8.134.92.70:81/im' \ No newline at end of file +VUE_APP_WS_URL = 'wss://www.boxim.online:81/im' \ No newline at end of file