Browse Source

Merge branch 'feature-2.0' into 'Test'

fix

See merge request crowd-2019/crowd-test-service-front!132
郭超 5 years ago
parent
commit
6ca29d775a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/Homepage/BrandCard.vue

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

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