@@ -66,7 +66,7 @@ export class GameData {
private initConfigs(data){
this.configs = data;
- this.funOpenData = this.configs.ServerConfig.ServerConfig.split(",");
+ this.funOpenData = this.configs.ServerConfig.Functionswitch.split(",");
}
/**