Ver Fonte

Merge branch 'feature-2.0' into 'Test'

fix

See merge request crowd-2019/crowd-test-service-front!132
郭超 há 5 anos atrás
pai
commit
6ca29d775a
1 ficheiros alterados com 2 adições e 1 exclusões
  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}
             })
         },
     }