1
This commit is contained in:
@@ -131,6 +131,21 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/jd-instruction',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
name: 'JdInstruction',
|
||||
meta: { title: '京东指令台', icon: 'guide' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/system/jd-instruction/index'),
|
||||
name: 'JdInstructionIndex',
|
||||
meta: { title: '指令执行', icon: 'form' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/sloworder',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user