From 958a469ba702fb4b13b46cbe920f9514cf9c4ec0 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Wed, 29 Dec 2021 10:21:08 +0800 Subject: [PATCH] =?UTF-8?q?ip=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 023029f36..5e5c8ac94 100644 --- a/.env.production +++ b/.env.production @@ -3,6 +3,6 @@ NODE_ENV = 'production' # base api VUE_APP_BASE_API = 'https://joylink.club/jlcloud' -VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink' +VUE_APP_VOICE_API = 'https://joylink.club/oss/joylink' VUE_APP_UPLOAD_API = 'https://joylink.club/jlfile/' VUE_APP_BASE_SITE='https://joylink.club/cbtc'