种子详情-初步

Change-Id: I20b9846484c3976b6043773943f12d847df873f6
diff --git a/src/views/torrent/TorrentsView.vue b/src/views/torrent/TorrentsView.vue
index 736c92d..3621bb5 100644
--- a/src/views/torrent/TorrentsView.vue
+++ b/src/views/torrent/TorrentsView.vue
@@ -279,7 +279,7 @@
     }
     
     const handleRowClick = (row) => {
-      router.push(`/torrent/${row.id || row.infoHash}`)
+      router.push(`/torrent/${row.infoHash}`)
     }
     
     const handleDownload = (row) => {