From e0ec42a3d5a36acf3fd5a6ead1fd8fefa75c20c0 Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 18 Apr 2025 15:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= 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 e5433d1..7e8c613 100644 --- a/common/env.js +++ b/common/env.js @@ -33,7 +33,7 @@ const testing = { }; // 根据环境变量选择对应配置 -let currentEnv = testing; +let currentEnv = production; // 判断当前环境 // #ifdef H5