谢杰标 2 years ago
parent
commit
8f83ad6df8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/components/courseTree/CourseTree.vue

+ 0 - 3
src/components/courseTree/CourseTree.vue

@@ -831,8 +831,6 @@ export default {
       return this.backNextItem(nextItem, nextItem.menuType, isNext);
       return this.backNextItem(nextItem, nextItem.menuType, isNext);
     },
     },
     async getResource(section, type, courseIndex) {
     async getResource(section, type, courseIndex) {
-      console.log(section, 789);
-      return;
       if (
       if (
         section.type != 2 &&
         section.type != 2 &&
         this.isActive(section) &&
         this.isActive(section) &&
@@ -1024,7 +1022,6 @@ export default {
       });
       });
     },
     },
     toPlay(section) {
     toPlay(section) {
-      console.log(section, 777);
       this.$emit("getResource", section, this.rebuild);
       this.$emit("getResource", section, this.rebuild);
     },
     },
     //获取商品双师资模板
     //获取商品双师资模板