更新登录

Change-Id: I0b2663f4291f573625222995b09a99ac53c2a081
diff --git a/config/routes.ts b/config/routes.ts
index d380d7c..95e9653 100644
--- a/config/routes.ts
+++ b/config/routes.ts
@@ -156,6 +156,12 @@
     component: './Torrent/torrentList.tsx',
     hideInMenu: true,
   },
+    {
+    name: '我的种子列表',
+    path: '/torrent-list-my',
+    component: './Torrent/torrentListMy.tsx',
+    hideInMenu: true,
+  },
   {
     name: '种子详情界面',
     path: '/torrent-detail/:id',