人生啊人生 hace 1 mes
padre
commit
11072d5990
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/view/student/trainChapter/trainChapter.vue

+ 3 - 0
src/view/student/trainChapter/trainChapter.vue

@@ -151,6 +151,9 @@ const state: anyObj = reactive({
     lastChapterNum: -1,
 });
 
+// 控制左侧菜单是否展示
+let menuLeftLook = ref(true)
+
 // 播放声音
 let objAudio =  new ModelHtml5Audio();
 let chapterQueue: Array<Array<anyObj>> = [];