Ver código fonte

feat: 评测报告链接修改

TIANYONG 7 meses atrás
pai
commit
b23afdd77f

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