Преглед на файлове

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