|
|
@@ -450,7 +450,7 @@ const playNextVideo = () => {
|
|
|
once: true
|
|
|
})
|
|
|
}
|
|
|
- // 更新侧边栏选中状态,这里需要根据实际逻辑调整index值
|
|
|
+ // 更新侧边栏选中状态
|
|
|
activeMenuIndex.value = nextIndex
|
|
|
}
|
|
|
// 重置
|
|
|
@@ -476,7 +476,7 @@ const playPreviousVideo = () => {
|
|
|
once: true
|
|
|
})
|
|
|
}
|
|
|
- // 更新侧边栏选中状态,这里需要根据实际逻辑调整index值
|
|
|
+ // 更新侧边栏选中状态
|
|
|
activeMenuIndex.value = nextIndex
|
|
|
}
|
|
|
|