修改密码房退出页面问题

This commit is contained in:
18401019693
2023-04-27 17:00:22 +08:00
parent 4b8dd546ce
commit e67287e7d3

View File

@@ -10,7 +10,7 @@ ext {
manifestPlaceholders = [
//正式、
serverHost : "https://napi.yaoulive.com",
//测试
// 测试
// serverHost : "https://ceshi.yaoulive.com",
//腾讯地图
@@ -24,7 +24,7 @@ ext {
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : true,
isGooglePlay : false,
//是否上报异常日志
isUploadLog : true
]