guhongwei 4 lat temu
rodzic
commit
8a4ac5b2dd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/hallList/parts/productlist.vue

+ 1 - 1
src/views/hallList/parts/productlist.vue

@@ -96,7 +96,7 @@ export default {
       if (item.room_id == '1007') {
         this.$router.push({ path: '/halltwo/detail', query: { dock_id: item.id } });
       } else {
-        this.$router.push({ path: '/hallList/zongjie', query: { id: item.id } });
+        this.$router.push({ path: '/hall/direct', query: { id: item.id, title: item.title } });
       }
     },
   },