【包配置】删除对喜扑的包的特殊处理

dev_chengFeng
gaoxin 2021-06-17 10:43:39 +08:00
parent 12bd0b64a1
commit 23c17edfc7
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ function PackageManager.Initialize()
if not this.ConfigName then
this.ConfigName = "LOCAL"
end
if this.ConfigName == "XIPU" and AppConst.isSDK and AndroidDeviceInfo.Instance:GetVersionCode() == 2 then
this.ConfigName = "XIPU2"
end
local PackagerConfig = ConfigManager.GetConfig(ConfigName.PackageConfig)
for _, config in ConfigPairs(PackagerConfig) do
if config.ConfigName == this.ConfigName then