From fb7805b56801e7572366a85d5ff4b46397727a0e Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Wed, 31 Jan 2024 11:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=89=88=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.production | 3 ++- .env.test | 4 ++-- .env.test_build | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 306be2f3..6552bf13 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ # NODE_ENV = 'production' NODE_ENV = 'development' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://api.aida.com.hk/' diff --git a/.env.production b/.env.production index 9120b50d..037fcc53 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,4 @@ NODE_ENV = 'production' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' +# VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://api.aida.com.hk/' diff --git a/.env.test b/.env.test index c6531b40..c746b1c1 100644 --- a/.env.test +++ b/.env.test @@ -1,6 +1,6 @@ NODE_ENV = 'development' -VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' -# VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' +# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://api.aida.com.hk/' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' # VUE_APP_BASE_URL = 'http://192.168.1.9:5567' diff --git a/.env.test_build b/.env.test_build index a7bc5aea..7b9d0aa3 100644 --- a/.env.test_build +++ b/.env.test_build @@ -2,5 +2,6 @@ NODE_ENV = 'production' # VUE_APP_BASE_URL = 'https://aida.com.hk/test' # VUE_APP_BASE_URL = 'http://18.167.251.121:10088' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' -VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://api.aida.com.hk/'