소스 검색

数字人侧边栏选中样式

丸子 9 달 전
부모
커밋
5be93079c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/LeftPanel.vue

+ 1 - 1
src/components/LeftPanel.vue

@@ -5,7 +5,7 @@
       <el-row class="tac">
         <el-col :span="12">
           <el-menu
-            default-active="2"
+            :default-active="currentActiveIndex"
             class="el-menu-vertical-demo"
             @open="handleOpen"
             @close="handleClose"