From 0c514519cc33551a066eabe35f8c1c7fffd98bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Tue, 30 Jul 2024 09:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=9D=E4=B8=9C=E6=96=B9-topic=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/routes/index.ts | 17 ++++++++--------- .../committee/AnnualCompPointList.vue | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/jeecgboot-vue3-master/src/router/routes/index.ts b/jeecgboot-vue3-master/src/router/routes/index.ts index d9d068a2..0f689c7a 100644 --- a/jeecgboot-vue3-master/src/router/routes/index.ts +++ b/jeecgboot-vue3-master/src/router/routes/index.ts @@ -123,15 +123,14 @@ export const compcom = { }, - { - path:'topic/topic/list5', - name:'topic/topic/list5', - component: ()=> import('/@/views/topic/TopicList5.vue'), - meta:{ - title:'评分标准' - } - - }, + // { + // path:'topic/topic/list5', + // name:'topic/topic/list5', + // component: ()=> import('/@/views/topic/TopicList5.vue'), + // meta:{ + // title:'评分标准' + // } + // }, { path:'organizingCommittee', name:'OrganizingCommittee', diff --git a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue index fff73315..09260ca0 100644 --- a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue +++ b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue @@ -237,7 +237,7 @@ */ function pfbz(record: Recordable) { router.push({ - path: '/compp/topic/topic/list5', + path: '/topic/topic/list5', query: {acpid: record.id} }); }