Browse Source

Update index.tsx

lex 1 năm trước cách đây
mục cha
commit
d2f5bcc9fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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