喻忠伟 4 months ago
commit 5e36c62ee0
  1. 10
      jeecgboot-vue3-master/src/router/routes/index.ts
  2. 2
      jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue

@ -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',

@ -237,7 +237,7 @@
*/
function pfbz(record: Recordable) {
router.push({
path: '/topic/topic/list5',
path: '/compp/topic/topic/list5',
query: {acpid: record.id}
});
}

Loading…
Cancel
Save