reset the rebase code
Change-Id: I50bb95e75cd5679667fb6e4053e0d1e60e28f6a5
diff --git a/config/routes.ts b/config/routes.ts
index b468a04..14cfb53 100644
--- a/config/routes.ts
+++ b/config/routes.ts
@@ -140,5 +140,24 @@
path: '/post-review',
component: './PostReview/index.tsx',
hideInMenu: true,
- }
+ },
+ {
+ name: '种子列表',
+ path: '/torrent-list',
+ component: './Torrent/torrentList.tsx',
+ hideInMenu: true,
+ },
+ {
+ name: '种子详情界面',
+ path: '/torrent-detail/:id',
+ component: './Torrent/torrentDetail.tsx',
+ hideInMenu: true,
+ },
+ {
+ name: '上传种子界面',
+ path: '/torrent-upload',
+ component: './Torrent/torrentUpload.tsx',
+ hideInMenu: true,
+ },
+
];