Merge remote-tracking branch 'origin/master'

This commit is contained in:
2024-07-04 09:34:43 +08:00
5 changed files with 364 additions and 0 deletions

View File

@@ -50,6 +50,27 @@ export const constantRoutes = [
}]
},
{
path: '/purchase',
component: Layout,
redirect: '/purchase',
meta: {
title: '采购管理'
},
children: [{
path: '/purchaseOrder/index',
component: () => import('@/views/purchase/purchaseOrder/index'),
name: 'PurchaseOrder',
meta: {
title: '采购订单',
noCache: true
}
},
]
},
// {
// path: '/baseInfo',
// component: Layout,