|
@@ -439,13 +439,13 @@ const aqptRouter = [
|
|
|
component: () => import('@/views/system/group/index'),
|
|
|
name: 'aqpt_ent_group_user',
|
|
|
meta: { title: '帐号管理', noCache: true, permit: 'aqpt_ent_group_user' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'position',
|
|
|
- component: () => import('@/views/system/position/index'),
|
|
|
- name: 'aqpt_ent_position',
|
|
|
- meta: { title: '岗位管理', noCache: true, permit: 'aqpt_ent_position' }
|
|
|
}
|
|
|
+ // {
|
|
|
+ // path: 'position',
|
|
|
+ // component: () => import('@/views/system/position/index'),
|
|
|
+ // name: 'aqpt_ent_position',
|
|
|
+ // meta: { title: '岗位管理', noCache: true, permit: 'aqpt_ent_position' }
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|