commit | 4958b255f24843167f5ffab112773166bae7770c | [log] [tgz] |
---|---|---|
author | vulgar5201 <2230860543@qq.com> | Sun Jun 08 03:26:43 2025 +0800 |
committer | vulgar5201 <2230860543@qq.com> | Sun Jun 08 03:26:43 2025 +0800 |
tree | ba013ca38a6ebb37531ae7dd45562ea24162b218 | |
parent | 9bf462d9345f2c7eec66e8069c55ea6e9f1ba11b [diff] [blame] |
种子详情-初步 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) => {