Skip to content

Commit ccafcd2

Browse files
author
shenshuo
committed
修复定时任务搜索问题
1 parent 17c5d9f commit ccafcd2

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

src/router/routers.js

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -156,52 +156,52 @@ export const routerMap = [
156156
]
157157
},
158158
//
159-
{
160-
path: '/k8s',
161-
name: 'k8s',
162-
meta: {
163-
icon: 'ios-boat-outline',
164-
title: 'K8S发布'
165-
},
166-
component: Main,
167-
children: [
168-
{
169-
path: 'project/',
170-
name: 'project',
171-
meta: {
172-
icon: 'ios-star',
173-
title: '项目列表'
174-
},
175-
component: () => import('@/view/k8s/project/List.vue')
176-
},
177-
{
178-
path: 'app/',
179-
name: 'app',
180-
meta: {
181-
icon: 'ios-plane',
182-
title: '应用列表'
183-
},
184-
component: () => import('@/view/k8s/app/List.vue')
185-
},
186-
{
187-
path: 'publish/:id',
188-
name: 'project_publish',
189-
meta: {
190-
hideInMenu: true
191-
},
192-
component: () => import('@/view/k8s/project/Publish.vue')
193-
},
194-
{
195-
path: 'publish_list',
196-
name: 'publish_list',
197-
meta: {
198-
icon: 'ios-stats',
199-
title: '发布列表'
200-
},
201-
component: () => import('@/view/k8s/publish/List.vue')
202-
}
203-
]
204-
},
159+
// {
160+
// path: '/k8s',
161+
// name: 'k8s',
162+
// meta: {
163+
// icon: 'ios-boat-outline',
164+
// title: 'K8S发布'
165+
// },
166+
// component: Main,
167+
// children: [
168+
// {
169+
// path: 'project/',
170+
// name: 'project',
171+
// meta: {
172+
// icon: 'ios-star',
173+
// title: '项目列表'
174+
// },
175+
// component: () => import('@/view/k8s/project/List.vue')
176+
// },
177+
// {
178+
// path: 'app/',
179+
// name: 'app',
180+
// meta: {
181+
// icon: 'ios-plane',
182+
// title: '应用列表'
183+
// },
184+
// component: () => import('@/view/k8s/app/List.vue')
185+
// },
186+
// {
187+
// path: 'publish/:id',
188+
// name: 'project_publish',
189+
// meta: {
190+
// hideInMenu: true
191+
// },
192+
// component: () => import('@/view/k8s/project/Publish.vue')
193+
// },
194+
// {
195+
// path: 'publish_list',
196+
// name: 'publish_list',
197+
// meta: {
198+
// icon: 'ios-stats',
199+
// title: '发布列表'
200+
// },
201+
// component: () => import('@/view/k8s/publish/List.vue')
202+
// }
203+
// ]
204+
// },
205205
// {
206206
// path: '/terminal',
207207
// name: 'WebSSH',

0 commit comments

Comments
 (0)