diff --git a/router/tags.js b/router/tags.js index 0fc6e0d..804e24a 100644 --- a/router/tags.js +++ b/router/tags.js @@ -13,8 +13,8 @@ router.get('/recommend', async (req, res) => { data: [ { title: '秀人网', count: '9059', url: '/xiuren', index: 0 }, { title: 'ROSI写真', count: '6580', url: '/domestic/rosi', index: 2 }, - { title: '蜜桃社', count: '122', url: '/domestic/miitao', index: 26 }, - { title: '尤物馆', count: '138', url: '/domestic/youwu', index: 28 }, + { title: '蜜桃社', count: '122', url: '/domestic/miitao', index: 27 }, + { title: '尤物馆', count: '138', url: '/domestic/youwu', index: 29 }, ] }); })