From 128add0a74dfa962bbfccedf4ecccaf5357cbc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Fri, 26 Jul 2024 16:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E7=AB=AF=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=B9=B4=E5=BA=A6=E6=AF=94=E8=B5=9B=E9=A1=B9=E7=9B=AE=E8=AF=84?= =?UTF-8?q?=E5=88=86=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3-master/src/router/routes/index.ts | 10 ++++++++++ .../annualCompPoint/committee/AnnualCompPointList.vue | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/jeecgboot-vue3-master/src/router/routes/index.ts b/jeecgboot-vue3-master/src/router/routes/index.ts index eb35dc67..d9d068a2 100644 --- a/jeecgboot-vue3-master/src/router/routes/index.ts +++ b/jeecgboot-vue3-master/src/router/routes/index.ts @@ -121,6 +121,16 @@ export const compcom = { title:'项目题目管理' } + }, + + { + path:'topic/topic/list5', + name:'topic/topic/list5', + component: ()=> import('/@/views/topic/TopicList5.vue'), + meta:{ + title:'评分标准' + } + }, { path:'organizingCommittee', diff --git a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue index 06e125db..25c9d294 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: '/topic/topic/list5', + path: '/compp/topic/topic/list5', query: {acpid: record.id} }); }