|  | @@ -303,18 +303,18 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              c_orientation: 0 // 0 横屏 1 竖屏
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  | -        router.push({
 | 
	
		
			
				|  |  | -          path: '/courseware-play',
 | 
	
		
			
				|  |  | -          query: {
 | 
	
		
			
				|  |  | -            id: item.id,
 | 
	
		
			
				|  |  | -            subjectId: props.subjectId,
 | 
	
		
			
				|  |  | -            lessonCoursewareId: item.lessonCoursewareId,
 | 
	
		
			
				|  |  | -            courseId: props.bookData.id,
 | 
	
		
			
				|  |  | -            lessonCoursewareDetailId: item.lessonCoursewareDetailId,
 | 
	
		
			
				|  |  | -            name: item.name,
 | 
	
		
			
				|  |  | -            tab: props.tab
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -        });
 | 
	
		
			
				|  |  | +        // router.push({
 | 
	
		
			
				|  |  | +        //   path: '/courseware-play',
 | 
	
		
			
				|  |  | +        //   query: {
 | 
	
		
			
				|  |  | +        //     id: item.id,
 | 
	
		
			
				|  |  | +        //     subjectId: props.subjectId,
 | 
	
		
			
				|  |  | +        //     lessonCoursewareId: item.lessonCoursewareId,
 | 
	
		
			
				|  |  | +        //     courseId: props.bookData.id,
 | 
	
		
			
				|  |  | +        //     lessonCoursewareDetailId: item.lessonCoursewareDetailId,
 | 
	
		
			
				|  |  | +        //     name: item.name,
 | 
	
		
			
				|  |  | +        //     tab: props.tab
 | 
	
		
			
				|  |  | +        //   }
 | 
	
		
			
				|  |  | +        // });
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |  
 |