Authored by biao

update for default title

... ... @@ -19,7 +19,7 @@ const serviceApi = new ServiceAPI();
* @return {Object} 配置对象
*/
const commonConfig = () => ({
title: 'home'
title: 'YOHO!有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证'
});
const getChannelIndex = type => {
... ... @@ -205,6 +205,7 @@ exports.setHeaderData = (resData, type) => {
return _.merge(config, data);
};
/**
* 请求头部数据
* @param undefined
... ...