Sfoglia il codice sorgente

feat: ppt默认背景图替换

TIANYONG 1 anno fa
parent
commit
a78603d5ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
           };
         });