fix: url param

This commit is contained in:
shinya
2025-06-22 21:33:17 +08:00
parent 54dad7a7b7
commit e188a41d23
2 changed files with 19 additions and 21 deletions

View File

@@ -717,7 +717,9 @@ function PlayPageClient() {
// 处理返回按钮点击
const handleBack = () => {
window.location.href = `/detail?source=${currentSource}&id=${currentId}`;
window.location.href = `/detail?source=${currentSource}&id=${currentId}&title=${encodeURIComponent(
videoTitle
)}`;
};
// 处理上一集