This commit is contained in:
zpc 2025-05-24 12:30:49 +08:00
parent b7fd97ad91
commit 8fa800a522
3 changed files with 2 additions and 5 deletions

View File

@ -41,7 +41,7 @@ const testing = {
// 根据环境变量选择对应配置
let currentEnv = testing;//production;//testing;//production_wz;
let currentEnv = production;//production;//testing;//production_wz;
// 判断当前环境
// #ifdef H5

View File

@ -140,9 +140,6 @@
"enable" : false
},
"requiredPrivateInfos" : [
"getLocation",
"onLocationChange",
"startLocationUpdateBackground",
"chooseAddress"
]
},

View File

@ -286,7 +286,7 @@
this.$c.msg("登录失败!" + res.msg);
}
} catch (error) {
this.$c.msg("登录请求失败,请稍后重试");
// this.$c.msg("");
console.error('登录失败:', error);
}
},