From 028fa58e124dfa358b89b4e393458daf3b4b5c4e Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Wed, 8 May 2024 13:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/base.path.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/base.path.ts b/src/common/base.path.ts index a64b084..21b7044 100644 --- a/src/common/base.path.ts +++ b/src/common/base.path.ts @@ -1,4 +1,4 @@ -export let path_download = '../download'; +export let path_download = './download'; if (process.env.NODE_ENV !== 'production') { path_download = '../../download';