...
|
...
|
@@ -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;
|
|
|
});
|
|
|
};
|
...
|
...
|
|