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 ec7e36d..b5aeb96 100644 --- a/manifest.json +++ b/manifest.json @@ -140,9 +140,6 @@ "enable" : false }, "requiredPrivateInfos" : [ - "getLocation", - "onLocationChange", - "startLocationUpdateBackground", "chooseAddress" ] }, diff --git a/pages/user/login.vue b/pages/user/login.vue index a3ce0be..5c19296 100644 --- a/pages/user/login.vue +++ b/pages/user/login.vue @@ -286,7 +286,7 @@ this.$c.msg("登录失败!" + res.msg); } } catch (error) { - this.$c.msg("登录请求失败,请稍后重试"); + // this.$c.msg("登录请求失败,请稍后重试"); console.error('登录失败:', error); } },