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} }); }