dusenyao 3 년 전
부모
커밋
6ec2be8fa8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/task_details/student/index.vue

+ 1 - 1
src/views/task_details/student/index.vue

@@ -286,7 +286,7 @@ export default {
         task_id: this.id
       }).then(({ live_room_sys_user_id, room_id, session_id, room_user_id }) => {
         this.$router.push({
-          path: `/live/student}`,
+          path: `/live/student`,
           query: { live_room_sys_user_id, room_id, session_id, task_id: this.id, room_user_id }
         });
       });