Pārlūkot izejas kodu

Merge branch 'feature-2.0' into 'Test'

fix

See merge request crowd-2019/crowd-test-service-front!132
郭超 5 gadi atpakaļ
vecāks
revīzija
6ca29d775a
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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}
             })
         },
     }