修改 测试问题

This commit is contained in:
18401019693
2023-12-05 18:28:53 +08:00
parent b4b1efe730
commit 05e7c4ffdd
7 changed files with 57 additions and 33 deletions

View File

@@ -22,10 +22,10 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : true,
isGooglePlay : false,
//是否上报异常日志
isUploadLog : true,
//是否打包成插件包模式
isPluginModel : false,
isPluginModel : true,
]
}