guhongwei 4 年之前
父节点
当前提交
8a4ac5b2dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 } });
       }
     },
   },