This commit is contained in:
2025-08-25 01:46:41 +08:00
parent 2d4f31a116
commit 3effbc342c
5 changed files with 183 additions and 7 deletions

View File

@@ -131,6 +131,21 @@ export const constantRoutes = [
}
]
},
{
path: '/sloworder',
component: Layout,
redirect: 'noredirect',
name: 'SlowOrder',
meta: { title: '下好的慢单', icon: 'list' },
children: [
{
path: 'index',
component: () => import('@/views/system/jdorder/orderList'),
name: 'SlowOrderIndex',
meta: { title: '下好的慢单', icon: 'list' }
}
]
},
{
path: '/favorite',
component: Layout,