From 7b9327a344695a8f50161943bc3f208cecda404d Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 18 Apr 2025 14:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/env.js b/common/env.js index 7e8c613..e5433d1 100644 --- a/common/env.js +++ b/common/env.js @@ -33,7 +33,7 @@ const testing = { }; // 根据环境变量选择对应配置 -let currentEnv = production; +let currentEnv = testing; // 判断当前环境 // #ifdef H5