Authored by 郝肖肖

'keyword-chanpin'

... ... @@ -439,7 +439,7 @@ exports.getSearchKeywordDataById = (id, params, channel) => {
Object.assign(value, {
name: value.keyword,
href: helpers.urlFormat(`/canpin/${value.id}.html`, null, 'www')
href: helpers.urlFormat(`/chanpin/${value.id}.html`, null, 'www')
});
});
... ...