|  | @@ -38,6 +38,7 @@
 | 
	
		
			
				|  |  |        <template #header>选科报告</template>
 | 
	
		
			
				|  |  |        <el-button v-if="false" @click="goReportDemo">选科报告1</el-button>
 | 
	
		
			
				|  |  |        <el-button @click="goReportDemoOnline">选科报告</el-button>
 | 
	
		
			
				|  |  | +      <el-button @click="goStudyReportDemoOnline">学情报告</el-button>
 | 
	
		
			
				|  |  |      </el-card>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <el-dialog :visible.sync="helpVideo.visible">
 | 
	
	
		
			
				|  | @@ -207,6 +208,10 @@ export default {
 | 
	
		
			
				|  |  |      goReportDemoOnline() {
 | 
	
		
			
				|  |  |        const path = 'https://online.fliphtml5.com/jkrou/ybov/'
 | 
	
		
			
				|  |  |        window.open(path)
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    goStudyReportDemoOnline() {
 | 
	
		
			
				|  |  | +      const path = 'https://online.fliphtml5.com/jkrou/hjig/'
 | 
	
		
			
				|  |  | +      window.open(path)
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 |