소스 검색

feat: 评测报告链接修改

TIANYONG 7 달 전
부모
커밋
b23afdd77f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/student/member-center/member-record.tsx
  2. 1 1
      src/tenant/exercise-record/modals/detail-item.tsx

+ 1 - 1
src/student/member-center/member-record.tsx

@@ -206,7 +206,7 @@ export default defineComponent({
                       api: 'openAccompanyWebView',
                       content: {
                         url:
-                          location.origin + musicScorePath +
+                          location.origin + musicScorePath + '/#/' +
                           'evaluat-report?id=' +
                           item.id +
                           '&behaviorId=' +

+ 1 - 1
src/tenant/exercise-record/modals/detail-item.tsx

@@ -64,7 +64,7 @@ export default defineComponent({
         api: 'openAccompanyWebView',
         content: {
           url:
-            location.origin + musicScorePath +
+            location.origin + musicScorePath + '/#/' +
             'evaluat-report?id=' +
             props.item.id +
             '&behaviorId=' +