|  | @@ -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
 |