File tree Expand file tree Collapse file tree 1 file changed +46
-46
lines changed Expand file tree Collapse file tree 1 file changed +46
-46
lines changed Original file line number Diff line number Diff line change @@ -156,52 +156,52 @@ export const routerMap = [
156
156
]
157
157
} ,
158
158
//
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
+ // },
205
205
// {
206
206
// path: '/terminal',
207
207
// name: 'WebSSH',
You can’t perform that action at this time.
0 commit comments