Skip to content

Commit 9c5b73f

Browse files
author
Taois
committed
fix: 详情页优化
1. 增加大图查看 2. 播放视频和复制链接按钮位置跳转,逻辑完整实现
1 parent 439ba4d commit 9c5b73f

File tree

2 files changed

+299
-52
lines changed

2 files changed

+299
-52
lines changed

dashboard/src/views/History.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ const goToDetail = async (item) => {
331331
tempSiteApi: siteInfo.api,
332332
tempSiteKey: siteInfo.key,
333333
// 传递历史记录信息,用于恢复播放状态
334-
historyRoute: item.current_route,
335-
historyEpisode: item.current_episode,
334+
historyRoute: item.current_route_name,
335+
historyEpisode: item.current_episode_name,
336336
historyProgress: item.progress || 0,
337337
// 添加来源页面信息
338338
sourceRouteName: 'History',

0 commit comments

Comments
 (0)