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

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

parent bd0ac582
Pipeline #34757 skipped with stages
......@@ -226,24 +226,24 @@ export default {
// name: '业务平台',
// component: JumpContainer,
// },
{
path: '/platformCenter/artificial',
component: BlankLayout,
name: '智能平台',
icon: <CopyOutlined style={iconStyle} />,
routes: [
{
path: '/platformCenter/artificial/policiesIssued',
name: '方案管理',
component: PoliciesIssued,
},
{
path: '/platformCenter/artificial/taskScheduling',
name: '任务调度',
component: TaskScheduling,
},
],
},
// {
// path: '/platformCenter/artificial',
// component: BlankLayout,
// name: '智能平台',
// icon: <CopyOutlined style={iconStyle} />,
// routes: [
// {
// path: '/platformCenter/artificial/policiesIssued',
// name: '方案管理',
// component: PoliciesIssued,
// },
// {
// path: '/platformCenter/artificial/taskScheduling',
// name: '任务调度',
// component: TaskScheduling,
// },
// ],
// },
{
path: '/platformCenter/notify',
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