Skip to content

Commit

Permalink
fix(route): reuters/channel/life and investing (DIYgod#7305)
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt authored May 25, 2021
1 parent af5f979 commit fb16a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/reuters/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ module.exports = async (ctx) => {
break;
case 'investing':
title += '投资';
link = homePage;
link = homePage + '/';
break;
case 'life':
title += '生活';
link = homePage;
link = homePage + '/';
break;
default:
break;
Expand Down

0 comments on commit fb16a63

Please sign in to comment.