guhongwei 3 years ago
parent
commit
68a99ce4d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/twoweb/achieveLive/before.vue

+ 1 - 1
src/views/twoweb/achieveLive/before.vue

@@ -50,7 +50,7 @@ export default {
       }
     },
     dockBtn(data) {
-      if (data.room_id == '1009') {
+      if (data.room_id == '1009' || data.room_id == '1010') {
         this.$router.push({ path: '/twoweb/achieveLiveTH/detail', query: { dock_id: data.id } });
       } else {
         this.$router.push({ path: '/twoweb/achieveLive/detail', query: { dock_id: data.id } });