From c533acb450935dc5918cf44f5a16cdadd10e9d2f Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Wed, 31 Jan 2024 09:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=93=E5=8C=85=E6=8C=87?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 3 +-- .env.dev_build | 2 +- .env.test | 2 +- .env.test_build | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.env.dev b/.env.dev index 7f61b9b6..7c369529 100644 --- a/.env.dev +++ b/.env.dev @@ -3,7 +3,6 @@ NODE_ENV = 'development' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -VUE_APP_BASE_URL = 'https://test.api.aida.com.hk' - +VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' # VUE_APP_BASE_URL = 'http://192.168.1.9:5567' # VUE_APP_BASE_URL = 'http://192.168.1.6:7766' diff --git a/.env.dev_build b/.env.dev_build index 3d9aa1b1..dfdddc08 100644 --- a/.env.dev_build +++ b/.env.dev_build @@ -2,6 +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://test.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' diff --git a/.env.test b/.env.test index d6e2db64..86224d6f 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ NODE_ENV = 'development' -VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://test.api.aida.com.hk' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' diff --git a/.env.test_build b/.env.test_build index dfdddc08..3d9aa1b1 100644 --- a/.env.test_build +++ b/.env.test_build @@ -2,6 +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://test.api.aida.com.hk' # VUE_APP_BASE_URL = 'https://api.aida.com.hk'