This commit is contained in:
2025-08-27 20:36:31 +08:00
parent 3effbc342c
commit 8a1effedfc
5 changed files with 105 additions and 2 deletions

View File

@@ -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,