mo hace 4 años
padre
commit
ee15327e8d
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/views/index/blocks/videoList.vue

+ 4 - 2
src/views/index/blocks/videoList.vue

@@ -4,8 +4,10 @@
          v-if="activeRow">
       <div class="projectList width1200">
         <div class="left">
-          <el-menu default-openeds="1"
+          <el-menu @open="changeType"
                    class="projectInfoWrap"
+                   :default-active="activeList"
+                   :default-openeds="['1']"
                    unique-opened>
             <el-submenu index="1">
               <template slot="title">
@@ -114,7 +116,7 @@ export default {
       activeNum: 1,
       vaidoJson,
       activeRow: null,
-      activeList: 'app'
+      activeList: '1'
     }
   },
   mounted () {