dusenyao 3 years ago
parent
commit
6ec2be8fa8
1 changed files with 1 additions and 1 deletions
  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 }
         });
       });