From 8fa800a52246bfc01cebb876025f872a733076a8 Mon Sep 17 00:00:00 2001 From: zpc Date: Sat, 24 May 2025 12:30:49 +0800 Subject: [PATCH] 333 --- common/env.js | 2 +- manifest.json | 3 --- pages/user/login.vue | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) 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); } },