|
@@ -51,7 +51,8 @@ export default {
|
|
|
},
|
|
|
dockBtn(data) {
|
|
|
if (data.room_id == '1007') {
|
|
|
- this.$router.push({ path: '/halltwo/directTwo', query: { dock_id: data.id } });
|
|
|
+ // this.$router.push({ path: '/halltwo/directTwo', query: { dock_id: data.id } });
|
|
|
+ this.$router.push({ path: '/achieveLive/detail', query: { dock_id: data.id } });
|
|
|
} else {
|
|
|
this.$router.push({ path: '/achieveLive/detail', query: { dock_id: data.id } });
|
|
|
}
|