Przeglądaj źródła

Update index.tsx

lex 1 rok temu
rodzic
commit
d2f5bcc9fe

+ 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