办公用品修改
This commit is contained in:
parent
54cbb0ea72
commit
0e671fdb41
@ -689,27 +689,27 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'bgyp/BgypCreate',
|
||||
component: () => import('@/views/Home/bgyp/BgypCreate.vue'),
|
||||
path: 'bgnr/bgyp/BgypCreate',
|
||||
component: () => import('@/views/Home/bgnr/bgyp/BgypCreate.vue'),
|
||||
name: 'BgypCreate',
|
||||
meta: {
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
canTo: true,
|
||||
title: '发起用品管理流程',
|
||||
activeMenu: '/Home/bgyp/Bgypflow'
|
||||
activeMenu: '/Home/bgnr/bgyp/Bgypflow'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'bgyp/BgypDetail',
|
||||
component: () => import('@/views/Home/bgyp/BgypDetail.vue'),
|
||||
path: 'bgnr/bgyp/BgypDetail',
|
||||
component: () => import('@/views/Home/bgnr/bgyp/BgypDetail.vue'),
|
||||
name: 'BgypDetail',
|
||||
meta: {
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
canTo: true,
|
||||
title: '查看用品管理流程',
|
||||
activeMenu: '/Home/bgyp/Bgypflow'
|
||||
activeMenu: '/Home/bgnr/bgyp/Bgypflow'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user