美化前端

Change-Id: I46437caf832dd8f18358354f024724f7e31524cb
diff --git a/config/routes.ts b/config/routes.ts
index 14cfb53..47b2774 100644
--- a/config/routes.ts
+++ b/config/routes.ts
@@ -159,5 +159,16 @@
     component: './Torrent/torrentUpload.tsx',
     hideInMenu: true,
   },
-
+    {
+    name: '审核种子界面',
+    path: '/torrent-audit-list',
+    component: './Torrent/torrentAuditList.tsx',
+    hideInMenu: true,
+  },
+{
+    name: '审核种子详情界面',
+    path: '/torrent-audit',
+    component: './Torrent/torrentAudit.tsx',
+    hideInMenu: true,
+  },
 ];