소스 검색

feat: ppt默认背景图替换

TIANYONG 1 년 전
부모
커밋
a78603d5ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/courseware-play/index.tsx

+ 1 - 1
src/views/courseware-play/index.tsx

@@ -207,7 +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.type === 'PPT' ? 'https://oss.dayaedu.com/ktqy/12/1701931810284.png' 
                 : item.coverImg
           };
         });