| | |
| | | return service.get('/api/student/meet/page', {params: getData}); |
| | | }; |
| | | |
| | | export const classMeet = () => { |
| | | |
| | | export const classMeet = (id) => { |
| | | return service.get('/api/student/meet/' + id); |
| | | } |
| | |
| | | <script setup> |
| | | import { ref, onMounted } from 'vue'; |
| | | import {useRoute} from 'vue-router'; |
| | | import {classMeet} from '@/api/modules/meet.js'; |
| | | const route = useRoute(); |
| | | const meet = ref(null); |
| | | |
| | |
| | | }; |
| | | jitsiApi = new JitsiMeetExternalAPI(domain, options); |
| | | jitsiInit(); |
| | | classMeet(id).then(res => { |
| | | |
| | | }).catch(err => { |
| | | |
| | | }) |
| | | }); |
| | | |
| | | const jitsiInit = () => { |