Explorar el Código

Merge branch 'feature-2.0' into 'Test'

fix

See merge request crowd-2019/crowd-test-service-front!132
郭超 hace 5 años
padre
commit
6ca29d775a
Se han modificado 1 ficheros con 2 adiciones y 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}
             })
         },
     }