Commit cb9ae3ae authored by 智勇's avatar 智勇

设置集群位置

parent 17c48f94
......@@ -61,6 +61,12 @@ const dockersRouter = {
name: 'syncMq',
meta: { title: '同步MQ', noCache: true },
hidden: true
},
{
path: 'cluster',
component: () => import('@/views/cluster/cluster'),
name: '设置集群',
meta: { title: '集群设置', roles: ['admin'] }
}
]
}
......
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