|
@@ -96,7 +96,7 @@ export default {
|
|
|
if (item.room_id == '1007') {
|
|
|
this.$router.push({ path: '/halltwo/detail', query: { dock_id: item.id } });
|
|
|
} else {
|
|
|
- this.$router.push({ path: '/hallList/zongjie', query: { id: item.id } });
|
|
|
+ this.$router.push({ path: '/hall/direct', query: { id: item.id, title: item.title } });
|
|
|
}
|
|
|
},
|
|
|
},
|