瀏覽代碼

router path set for Elective&Evaulation report

hare8999@163.com 2 年之前
父節點
當前提交
0839d0e2bb

+ 11 - 2
src/router/index.js

@@ -694,14 +694,23 @@ export const constantRoutes = [{
         }
       },
       {
-        path: '/elective/report/test',
+        path: '/elective/report/flip',
         component: (resolve) => require(['@/views/career/bigdataSelectCourse/iframePaper'], resolve),
         name: '',
         meta: {
-          title: 'ceshi',
+          title: '选科报告',
           parentPath: '/new-gaokao/bigdataSelectCourse/personalSelectCourseReport'
         }
       },
+      {
+        path: '/evaluation/report/flip',
+        component: (resolve) => require(['@/views/career/bigdataSelectCourse/iframePaper'], resolve),
+        name: '',
+        meta: {
+          title: '学情报告',
+          parentPath: '/daoxue/report'
+        }
+      },
       {
         path: '/zhiyuan',
         component: (resolve) => require(['@/views/career/zhiyuan/tips'], resolve),

+ 1 - 1
src/views/bigdatastudy/study/report.vue

@@ -75,7 +75,7 @@ export default {
       window.open(path)
     },
     goStudyReportDemoOnline() {
-      this.$router.push({ path:'/elective/report/test',query:{path:'https://online.fliphtml5.com/jkrou/hjig/'} })
+      this.$router.push({ path:'/evaluation/report/flip',query:{path:'https://online.fliphtml5.com/jkrou/hjig/'} })
     },
   }
 }

+ 1 - 1
src/views/career/bigdataSelectCourse/personalSelectCourseReport.vue

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