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