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