From 9a6008f9f23e018157afb5eaf291e7a7691a7510 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 29 Dec 2020 15:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9C=8D=E5=8A=A1=E7=AB=AF?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.heb | 2 +- .env.ntyl | 2 +- .env.production | 2 +- .env.staging | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index d7827cfb4..9f3da3f19 100644 --- a/.env.development +++ b/.env.development @@ -7,7 +7,7 @@ NODE_ENV = 'development' # VUE_APP_BASE_API = 'http://192.168.3.4:9000' VUE_APP_BASE_API = 'http://192.168.3.6:9000' VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink' -VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile' +VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile' # VUE_APP_VOICE_API = 'http://192.168.8.110:9008' diff --git a/.env.heb b/.env.heb index 5f78a725b..fb5faa637 100644 --- a/.env.heb +++ b/.env.heb @@ -5,4 +5,4 @@ VUE_APP_PRO = 'local' # base api VUE_APP_BASE_API = 'https://joylink.club/jlcloud' VUE_APP_VOICE_API = 'https://joylink.club/oss/joylink' -VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile' +VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile' diff --git a/.env.ntyl b/.env.ntyl index 6f627f0a5..55cc20af3 100644 --- a/.env.ntyl +++ b/.env.ntyl @@ -5,4 +5,4 @@ VUE_APP_PRO = 'ntyl' # base api VUE_APP_BASE_API = 'https://joylink.club/jlcloud' VUE_APP_VOICE_API = 'https://joylink.club/oss/joylink' -VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile' +VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile' diff --git a/.env.production b/.env.production index 0e1b21424..c71cb9ae4 100644 --- a/.env.production +++ b/.env.production @@ -4,4 +4,4 @@ NODE_ENV = 'production' # base api VUE_APP_BASE_API = 'https://api.joylink.club/jlcloud' VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink' -VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile' +VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile' diff --git a/.env.staging b/.env.staging index 130d85550..fca7c4cd8 100644 --- a/.env.staging +++ b/.env.staging @@ -4,4 +4,4 @@ NODE_ENV = 'test' # base api VUE_APP_BASE_API = 'https://test.joylink.club/jlcloud' VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink' -VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile' +VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile'