|  | @@ -207,6 +207,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              url:
 | 
	
		
			
				|  |  |                item.type === 'SONG'
 | 
	
		
			
				|  |  |                  ? 'https://oss.dayaedu.com/ktqy/1698420034679a22d3f7a.png'
 | 
	
		
			
				|  |  | +                : item.type === 'PPT' ? 'https://oss.dayaedu.com/ktqy/12/1701914331665.png' 
 | 
	
		
			
				|  |  |                  : item.coverImg
 | 
	
		
			
				|  |  |            };
 | 
	
		
			
				|  |  |          });
 | 
	
	
		
			
				|  | @@ -811,6 +812,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                        activeData.nowTime = Date.now();
 | 
	
		
			
				|  |  |                      }}>
 | 
	
		
			
				|  |  |                      {m.type === 'IMG' && <img src={m.content} />}
 | 
	
		
			
				|  |  | +                    {m.type === 'PPT' && <iframe src={`https://view.officeapps.live.com/op/embed.aspx?src=${encodeURIComponent(m.content)}`} width='100%' height='100%' frameborder='1'></iframe>}
 | 
	
		
			
				|  |  |                      {m.type === 'VIDEO' && (
 | 
	
		
			
				|  |  |                        <img
 | 
	
		
			
				|  |  |                          src={m.coverImg}
 |