Authored by biao

update

... ... @@ -32,7 +32,7 @@ const getChannelIndex = (type) => {
const index = channelMap[type];
return typeof index === 'undefined' ? 0 : index;
return _.isNil(index) ? 0 : index;
};
/**
... ...