diff --git a/common/env.js b/common/env.js index d604d9e..7e89416 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; // 判断当前环境 // #ifdef H5 diff --git a/manifest.json b/manifest.json index c1a641b..ab95298 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "友达赏", "appid" : "__UNI__2E6CB39", "description" : "", - "versionName" : "1.0.4", - "versionCode" : 104, + "versionName" : "1.0.5", + "versionCode" : 105, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {