【包配置】删除对喜扑的包的特殊处理
parent
12bd0b64a1
commit
23c17edfc7
|
@ -12,10 +12,6 @@ function PackageManager.Initialize()
|
||||||
if not this.ConfigName then
|
if not this.ConfigName then
|
||||||
this.ConfigName = "LOCAL"
|
this.ConfigName = "LOCAL"
|
||||||
end
|
end
|
||||||
if this.ConfigName == "XIPU" and AppConst.isSDK and AndroidDeviceInfo.Instance:GetVersionCode() == 2 then
|
|
||||||
this.ConfigName = "XIPU2"
|
|
||||||
end
|
|
||||||
|
|
||||||
local PackagerConfig = ConfigManager.GetConfig(ConfigName.PackageConfig)
|
local PackagerConfig = ConfigManager.GetConfig(ConfigName.PackageConfig)
|
||||||
for _, config in ConfigPairs(PackagerConfig) do
|
for _, config in ConfigPairs(PackagerConfig) do
|
||||||
if config.ConfigName == this.ConfigName then
|
if config.ConfigName == this.ConfigName then
|
||||||
|
|
Loading…
Reference in New Issue