整合前端

Change-Id: Iff8728bd5b87e5aa6a72f02ff3ad19ce99952e6d
diff --git a/src/router/index.js b/src/router/index.js
index b2854a4..7f60f9e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -10,6 +10,7 @@
 import TopicView from '@/views/forum/TopicView.vue'

 import ChatRoom from '@/views/ChatRoom.vue'

 

+

 const routes = [

   {

     path: '/',

@@ -71,7 +72,7 @@
     }

   },

   {

-    path: '/torrent/:id',

+    path: '/torrent/:infoHash',

     name: 'TorrentDetail',

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

     meta: {