From 18da68e47acb5713da387bf00f2351cf9aba9d6c Mon Sep 17 00:00:00 2001 From: cc_caijp <1049976610@qq.com> Date: Thu, 8 Jan 2026 14:06:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E9=99=84=E4=BB=B6=E9=A2=84?= =?UTF-8?q?=E8=A7=88=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.production | 2 +- .env.staging | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 7456761..f43a030 100644 --- a/.env.development +++ b/.env.development @@ -14,4 +14,4 @@ VUE_APP_BASE_API = '/aiccs-api' VUE_CLI_BABEL_TRANSPILE_MODULES = true # file url -VUE_APP_DOWNLOAD_URL = '/aiccs-fileupload' +VUE_APP_DOWNLOAD_URL = '/aiccs/fileupload' diff --git a/.env.production b/.env.production index b7f9fc2..1bac2f2 100644 --- a/.env.production +++ b/.env.production @@ -4,4 +4,4 @@ ENV=production # base api VUE_APP_BASE_API=/aiccs-api -VUE_APP_DOWNLOAD_URL=/aiccs-fileupload +VUE_APP_DOWNLOAD_URL=/aiccs/fileupload diff --git a/.env.staging b/.env.staging index de6c603..c6dc971 100644 --- a/.env.staging +++ b/.env.staging @@ -6,4 +6,4 @@ ENV = 'staging' # base api VUE_APP_BASE_API = '/aiccs-api' -VUE_APP_DOWNLOAD_URL = '/aiccs-fileupload' \ No newline at end of file +VUE_APP_DOWNLOAD_URL = '/aiccs/fileupload'