Authored by yyq

del seo 临时处理代码

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