LAPTOP-UBJMM5MG\user 1 rok temu
rodzic
commit
0f93ffdff5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/common/home.vue

+ 1 - 1
src/views/common/home.vue

@@ -732,7 +732,7 @@ export default {
                     this.$router.push({ path: '/zhaoshang/list' })
                     break
                 case 7:
-                    this.$router.push({ name: 'companyList', params: ac })
+                    this.$router.push({ name: 'companyDetail', query: ac })
                     break
             }
             myBus.$emit('reMenu', true)