浏览代码

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=' +