Parcourir la source

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

丸子 il y a 11 mois
Parent
commit
96bd744493
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 
   }