@@ -53,7 +53,7 @@ export default {
if (data.room_id == '1005') {
this.$router.push({ path: '/halltwo/directTwo', query: { id: data.id, title: data.title } });
} else {
- this.$router.push({ path: '/halltwo/directTwo', query: { id: data.id, title: data.title } });
+ this.$router.push({ path: '/hall/direct', query: { id: data.id, title: data.title } });
}
},