Browse Source

修改链接

lex-xin 1 year ago
parent
commit
59cf758100

File diff suppressed because it is too large
+ 0 - 0
dist/app.56cdb6b80e9b7f01fd46.js


File diff suppressed because it is too large
+ 1 - 0
dist/index.html


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

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

Some files were not shown because too many files changed in this diff