朝东方-topic路由修改

main
王家东 4 months ago
parent 04aec1977e
commit 0c514519cc
  1. 17
      jeecgboot-vue3-master/src/router/routes/index.ts
  2. 2
      jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue

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

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

Loading…
Cancel
Save