修复在直播间内跳转自己的直播间问题

This commit is contained in:
18401019693
2023-09-11 10:29:16 +08:00
parent 406c67bf3a
commit 7ca8694aed
2 changed files with 16 additions and 5 deletions

View File

@@ -9,9 +9,9 @@ ext {
]
manifestPlaceholders = [
//正式、
serverHost : "https://napi.yaoulive.com",
// 测试
// serverHost : " https://ceshi.yaoulive.com",
// serverHost : "https://napi.yaoulive.com",
// 测试
serverHost : " https://ceshi.yaoulive.com",
@@ -22,9 +22,9 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : true,
isGooglePlay : false,
//是否上报异常日志
isUploadLog : true,
//是否打包成插件包模式
isPluginModel : false, ]
isPluginModel : true, ]
}