diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index 0bfae74f..e03e9f49 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -159,6 +159,7 @@ export const constantRouterMap = [ name: 'Deploy', path: '/deploys', component: Layout, + hidden: true, meta: { title: 'Deploy', icon: 'fa fa-cloud'