333
This commit is contained in:
parent
b7fd97ad91
commit
8fa800a522
|
|
@ -41,7 +41,7 @@ const testing = {
|
|||
|
||||
|
||||
// 根据环境变量选择对应配置
|
||||
let currentEnv = testing;//production;//testing;//production_wz;
|
||||
let currentEnv = production;//production;//testing;//production_wz;
|
||||
|
||||
// 判断当前环境
|
||||
// #ifdef H5
|
||||
|
|
|
|||
|
|
@ -140,9 +140,6 @@
|
|||
"enable" : false
|
||||
},
|
||||
"requiredPrivateInfos" : [
|
||||
"getLocation",
|
||||
"onLocationChange",
|
||||
"startLocationUpdateBackground",
|
||||
"chooseAddress"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -286,7 +286,7 @@
|
|||
this.$c.msg("登录失败!" + res.msg);
|
||||
}
|
||||
} catch (error) {
|
||||
this.$c.msg("登录请求失败,请稍后重试");
|
||||
// this.$c.msg("登录请求失败,请稍后重试");
|
||||
console.error('登录失败:', error);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user