wangJJ 5 年之前
父節點
當前提交
1dbe9ba6cc
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/pages/Homepage/BrandCard.vue

+ 2 - 1
src/pages/Homepage/BrandCard.vue

@@ -34,7 +34,8 @@
         goToDetail(userId) {
             this.$router.push({
                 name: 'NewAgencyDetail',
-                params: {id: userId, type: 1}
+                path:'/agency/detail',
+                query: {id: userId, type: 1}
             })
         },
     }