连接GET:search

Change-Id: I99c843e128508e37d6c93358e857410d78c6f5c0
diff --git a/src/router/index.js b/src/router/index.js
index 9bf3278..41af4c6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -68,7 +68,7 @@
     }

   },

   {

-    path: '/torrent/:id',

+    path: '/torrent/:infoHash',

     name: 'TorrentDetail',

     component: () => import('@/views/torrent/TorrentDetailView.vue'),

     meta: {