소스 검색

Update index.tsx

lex 1 년 전
부모
커밋
d2f5bcc9fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/courseware-play/component/tempo-item/index.tsx

+ 1 - 1
src/views/courseware-play/component/tempo-item/index.tsx

@@ -56,7 +56,7 @@ export default defineComponent({
     );
 
     const Authorization = storage.get(ACCESS_TOKEN);
-    const src = `${location.origin}/#/tempo-practice?dataJson=${props.dataJson}&Authorization=${Authorization}&modeType=courseware`;
+    const src = `${location.origin}/classroom-app/#/tempo-practice?dataJson=${props.dataJson}&Authorization=${Authorization}&modeType=courseware`;
     return () => (
       <div class={styles.tempoItem}>
         <iframe