lex-xin hai 10 meses
pai
achega
1709f28e1a
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/views/trainStatistics/trainDetail.vue

+ 1 - 2
src/views/trainStatistics/trainDetail.vue

@@ -158,11 +158,10 @@ export default {
     },
     showDetail(item) {
       if (item.notesDataIndex > 0) {
-        const route = location.hostname.indexOf("dayaedu.com") > -1 ? "/accompany/" : "/accompany-teacher/";
         postMessage({
           api: "openWebView",
           content: {
-            url: location.origin + route + `#/report/${item.id}`,
+            url: location.origin + `/gym-music-score/#/evaluat-report?id=/${item.id}&systemType=teacher`,
             orientation: 0,
             isHideTitle: true,
             statusBarTextColor: false,