Browse Source

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

丸子 9 months ago
parent
commit
96bd744493
1 changed files with 2 additions and 2 deletions
  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 
   }