Browse Source

Update index.tsx

lex 1 year ago
parent
commit
d2f5bcc9fe
1 changed files with 1 additions and 1 deletions
  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