Authored by 刘传洋

article url

... ... @@ -80,7 +80,7 @@ const getArticleUrl = (url, id) => {
return url;
}
return helpers.urlFormat(`/detail/${id}.html`, null, 'guang');
return helpers.urlFormat(`/${id}.html`, null, 'guang');
};
module.exports = {
... ...