办公用品修改

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', path: 'bgnr/bgyp/BgypCreate',
component: () => import('@/views/Home/bgyp/BgypCreate.vue'), component: () => import('@/views/Home/bgnr/bgyp/BgypCreate.vue'),
name: 'BgypCreate', name: 'BgypCreate',
meta: { meta: {
noCache: true, noCache: true,
hidden: true, hidden: true,
canTo: true, canTo: true,
title: '发起用品管理流程', title: '发起用品管理流程',
activeMenu: '/Home/bgyp/Bgypflow' activeMenu: '/Home/bgnr/bgyp/Bgypflow'
} }
}, },
{ {
path: 'bgyp/BgypDetail', path: 'bgnr/bgyp/BgypDetail',
component: () => import('@/views/Home/bgyp/BgypDetail.vue'), component: () => import('@/views/Home/bgnr/bgyp/BgypDetail.vue'),
name: 'BgypDetail', name: 'BgypDetail',
meta: { meta: {
noCache: true, noCache: true,
hidden: true, hidden: true,
canTo: true, canTo: true,
title: '查看用品管理流程', title: '查看用品管理流程',
activeMenu: '/Home/bgyp/Bgypflow' activeMenu: '/Home/bgnr/bgyp/Bgypflow'
} }
}, },
{ {