Browse Source

数字人侧边栏选中样式

丸子 9 months ago
parent
commit
5be93079c4
1 changed files with 1 additions and 1 deletions
  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"