浏览代码

切换上下节视频侧边栏样式跟着变化

丸子 9 月之前
父节点
当前提交
96bd744493
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/AIDevelop.vue

+ 2 - 2
src/views/AIDevelop.vue

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