fix [找回密码无法登陆问题]

This commit is contained in:
zlzw 2024-04-02 13:19:29 +08:00
parent 41874a5073
commit b52e1cea66

View File

@ -10,9 +10,9 @@ ext {
] ]
manifestPlaceholders = [ manifestPlaceholders = [
// //
//serverHost : "https://napi.yaoulive.com", serverHost : "https://napi.yaoulive.com",
// //
serverHost : " https://ceshi.yaoulive.com", //serverHost : " https://ceshi.yaoulive.com",
// //
baiduAppId : "23774720", baiduAppId : "23774720",
@ -22,11 +22,11 @@ ext {
// true表示谷歌支付 false // true表示谷歌支付 false
// isGooglePlay : false, // isGooglePlay : false,
// true表示谷歌支付 false 0 1 2 // true表示谷歌支付 false 0 1 2
isGooglePlay : 3, isGooglePlay : 0,
// //
isUploadLog : true, isUploadLog : true,
// //
isPluginModel : false, isPluginModel : true,
] ]
} }