feat: iOS UAT环境配置开启基础库预下载

master
jizelin 2023-06-14 21:56:28 +08:00
parent 347c40f940
commit 47698ea673
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
storeConfig.cryptType = FATApiCryptTypeMD5; storeConfig.cryptType = FATApiCryptTypeMD5;
} }
storeConfig.encryptServerData = [dict[@"encryptServerData"] boolValue]; storeConfig.encryptServerData = [dict[@"encryptServerData"] boolValue];
storeConfig.enablePreloadFramework = [storeConfig.apiServer isEqualToString:@"https://api.finclip.com"];
[storeArrayM addObject:storeConfig]; [storeArrayM addObject:storeConfig];
} }
config = [FATConfig configWithStoreConfigs:storeArrayM]; config = [FATConfig configWithStoreConfigs:storeArrayM];