From 67470476d5d46a9a6b9736b7f601636f10faa11f Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 9 Jul 2025 13:05:14 +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 adaa76e..a1b2027 100644 --- a/common/env.js +++ b/common/env.js @@ -41,7 +41,7 @@ const testing = { // 根据环境变量选择对应配置 -let currentEnv = testing;//production;//testing;//production_wz; +let currentEnv = production;//production;//testing;//production_wz; // 衍生配置 const config = { ...currentEnv,