guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
f2cd89b2dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 } });
       }
     },
   },