guhongwei 4 سال پیش
والد
کامیت
f2cd89b2dc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 } });
       }
     },
   },