From 0b7f4ef05a25ff1e733375bfc02ddf711b35b53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Thu, 14 May 2020 16:25:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=9D=E9=A2=98=E6=9F=A5=E7=9C=8B=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/property/topic-list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/property/topic-list.vue b/src/views/modules/property/topic-list.vue index fe5ef37..4bb7d0c 100644 --- a/src/views/modules/property/topic-list.vue +++ b/src/views/modules/property/topic-list.vue @@ -231,7 +231,7 @@ export default { }, look (id) { this.$parent.selectComponent = 'TopicDetail' - this.$router.push({ path: '/group-topic', query: { id: id } }) + this.$router.push({ path: '/property-topic', query: { id: id } }) }, getGroupList () { this.$http.get('/property/group/groupList').then(({ data: res }) => {