src/views/myMeet/index.vue @@ -65,7 +65,7 @@ }, subMeet(row){ console.log('跳转到熬meet',row) this.$router.push({path:'/meet/index',query: {roomName:'Admin'}}) this.$router.push({path:'/meet/index',query: {roomName:row.roomName}}) } } }