commit | 2e3c267d4fa16b48f50e46f310348709ff6fab21 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Sun Jun 08 20:46:35 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Sun Jun 08 20:48:27 2025 +0800 |
tree | 58bebcf2f058d5be40e716d287b9eb1687d31bfa | |
parent | 24d681bc0c0bf57cb6cede8c8493f16213f769ce [diff] [blame] |
修复种子评论区错误 Change-Id: Ifaf42c7ba9e71b9f394d7aceaa80fcc29d1d5767
diff --git a/config/routes.ts b/config/routes.ts index 47b2774..fa049b0 100644 --- a/config/routes.ts +++ b/config/routes.ts
@@ -167,7 +167,7 @@ }, { name: '审核种子详情界面', - path: '/torrent-audit', + path: '/torrent-audit/:id', component: './Torrent/torrentAudit.tsx', hideInMenu: true, },