|
@@ -126,8 +126,9 @@ export default {
|
|
|
},
|
|
|
methods:{
|
|
|
goReportDemoOnline() {
|
|
|
- const path = 'https://online.fliphtml5.com/jkrou/ybov/'
|
|
|
- window.open(path)
|
|
|
+ this.$router.push({ path:'/elective/report/test',query:{path:'https://online.fliphtml5.com/jkrou/ybov/'} })
|
|
|
+ // const path = 'https://online.fliphtml5.com/jkrou/ybov/'
|
|
|
+ // window.open(path)
|
|
|
},
|
|
|
goStudyReportDemoOnline() {
|
|
|
const path = 'https://online.fliphtml5.com/jkrou/hjig/'
|