|
@@ -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,
|