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