guhongwei 4 năm trước cách đây
mục cha
commit
f2cd89b2dc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/hall/directBefore.vue

+ 1 - 1
src/views/hall/directBefore.vue

@@ -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 } });
       }
     },
   },