办公用品修改

This commit is contained in:
XaoLi717 2024-11-29 15:44:41 +08:00
parent 54cbb0ea72
commit 0e671fdb41
5 changed files with 6 additions and 6 deletions

View File

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