Przeglądaj źródła

Update index.tsx

lex 1 rok temu
rodzic
commit
814acde1c7
1 zmienionych plików z 1 dodań i 1 usunięć
  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
     });