From d0624b10aeba79ba6001e2c951649f524c101b03 Mon Sep 17 00:00:00 2001 From: hflllll Date: Mon, 15 Sep 2025 15:42:42 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BF=AEBUG'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index a7cee55..151cb33 100644 --- a/config/index.js +++ b/config/index.js @@ -12,7 +12,7 @@ const envParam = { prod: 'production', } -const env = envParam['test'] +const env = envParam['prod'] // 全局配置 const config = {