diff --git a/offer_frontend/src/views/portal/CompanyListView.vue b/offer_frontend/src/views/portal/CompanyListView.vue index 725ae9f..f0f899b 100644 --- a/offer_frontend/src/views/portal/CompanyListView.vue +++ b/offer_frontend/src/views/portal/CompanyListView.vue @@ -64,7 +64,7 @@
{{ child.name }}
在招 {{ child.job_count }} 岗
@@ -89,7 +89,7 @@ v-for="child in group.children" :key="child.id" class="member-card" - @click="$router.push({ path: '/home', query: { org: child.id } })" + @click="$router.push(`/companies/${child.id}`)" >