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