Browse Source

添加参数去掉评测按钮

lex 6 tháng trước cách đây
mục cha
commit
ee6629cabd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/coursewarePlay/component/musicScore.tsx

+ 1 - 1
src/views/coursewarePlay/component/musicScore.tsx

@@ -43,7 +43,7 @@ export default defineComponent({
       : location.origin;
     const src = `${origin}/${
       state.platformType === 'TEACHER' ? 'accompany-teacher' : 'accompany'
-    }/?Authorization=${Authorization}#/detail/${
+    }/?Authorization=${Authorization}&liveConfig=1#/detail/${
       props.music.content
     }?isHideBack=true`;