Authored by yyq

del seo 临时处理代码

... ... @@ -923,11 +923,6 @@ const getBaseShopData = (params, extra, channel, shopId) => {
Object.assign(resData, shopHandler.setShopSeo(shopName));
}
// 临时删除seo信息
_.unset(resData, 'title');
_.unset(resData, 'keywords');
_.unset(resData, 'description');
return resData;
});
};
... ...