修改 测试问题

This commit is contained in:
18401019693
2023-12-07 17:38:38 +08:00
parent 48886374d5
commit 5895fa8d71

View File

@@ -19,13 +19,12 @@ ext {
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : false,
// true表示谷歌支付 false 0 链接包 1 谷歌包 2华为包
isGooglePlay : 1,
isGooglePlay : 0,
//是否上报异常日志
isUploadLog : true,
isUploadLog : true,
//是否打包成插件包模式
isPluginModel : true,
isPluginModel : true,
]
}