修复种子评论区错误

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,
   },