From b5a1ac854e8e3f7fa357eef2353665544f025d81 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 16 八月 2019 00:30:46 +0800 Subject: [PATCH] 2019-08-16update --- src/views/companyProfile/joinMingKe.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/companyProfile/joinMingKe.vue b/src/views/companyProfile/joinMingKe.vue index c3c6618..8b1707c 100644 --- a/src/views/companyProfile/joinMingKe.vue +++ b/src/views/companyProfile/joinMingKe.vue @@ -158,9 +158,9 @@ jump(i){ this.active_index = i this.$router.push({ - name: 'postDetails', + name: 'postdetails', query: { - id: i + id: i } }) } -- Gitblit v1.8.0