前端
Change-Id: If55994fd11ad8d1f70a52e9c3bd53eded5f37544
diff --git a/src/router/index.js b/src/router/index.js
index 7f60f9e..b2854a4 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -10,7 +10,6 @@
import TopicView from '@/views/forum/TopicView.vue'
import ChatRoom from '@/views/ChatRoom.vue'
-
const routes = [
{
path: '/',
@@ -72,7 +71,7 @@
}
},
{
- path: '/torrent/:infoHash',
+ path: '/torrent/:id',
name: 'TorrentDetail',
component: () => import('@/views/torrent/TorrentDetailView.vue'),
meta: {