Ver Fonte

Update index.tsx

lex há 1 ano atrás
pai
commit
814acde1c7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/courseware-play/index.tsx

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

@@ -249,7 +249,7 @@ export default defineComponent({
       activeIndex: 0,
       itemActive: '',
       itemName: '',
-      itemPointName: route.query.name,
+      itemPointName: route.query.name as any,
       chapterOpen: false
     });