Authored by biao

update for set cookie for channel

... ... @@ -7,7 +7,7 @@ exports.index = (req, res) => {
res.display('index', Object.assign({
module: 'channel',
page: 'home',
dataPage: channelType,
dataPage: channelType
}, result));
});
};
... ...