优化
This commit is contained in:
@@ -322,6 +322,16 @@ export const asyncRoutes = [
|
||||
title: '小机构',
|
||||
icon: 'SetUp'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/organization/mini_organization/mini_agent_detail',
|
||||
name: 'mini_agent_detail',
|
||||
component: () => import('@/views/organization/mini_agent_detail.vue'),
|
||||
meta: {
|
||||
title: '小机构详情',
|
||||
isHide: true,
|
||||
activeMenu: '/mini_organization/mini_organization'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user