jinxia.mo il y a 2 ans
Parent
commit
2964b05198
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/views/system/user/profile/round-select.vue

+ 5 - 0
src/views/system/user/profile/round-select.vue

@@ -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)
     }
   }
 }