Commit 6dbdd199 authored by 邓超's avatar 邓超

fix: 注释智能平台模块路由

parent bd0ac582
Pipeline #34757 skipped with stages
...@@ -226,24 +226,24 @@ export default { ...@@ -226,24 +226,24 @@ export default {
// name: '业务平台', // name: '业务平台',
// component: JumpContainer, // component: JumpContainer,
// }, // },
{ // {
path: '/platformCenter/artificial', // path: '/platformCenter/artificial',
component: BlankLayout, // component: BlankLayout,
name: '智能平台', // name: '智能平台',
icon: <CopyOutlined style={iconStyle} />, // icon: <CopyOutlined style={iconStyle} />,
routes: [ // routes: [
{ // {
path: '/platformCenter/artificial/policiesIssued', // path: '/platformCenter/artificial/policiesIssued',
name: '方案管理', // name: '方案管理',
component: PoliciesIssued, // component: PoliciesIssued,
}, // },
{ // {
path: '/platformCenter/artificial/taskScheduling', // path: '/platformCenter/artificial/taskScheduling',
name: '任务调度', // name: '任务调度',
component: TaskScheduling, // component: TaskScheduling,
}, // },
], // ],
}, // },
{ {
path: '/platformCenter/notify', path: '/platformCenter/notify',
name: '消息平台', name: '消息平台',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment