fix:给排水路由暂时注释
This commit is contained in:
@@ -119,25 +119,25 @@ const equipmentControl = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'waterSystem',
|
||||
name: 'waterSystem',
|
||||
meta: { title: '给排水系统', hideChildren: true, icon: 'shebeiqunkong' },
|
||||
component: Base,
|
||||
redirect: { name: 'waternControlSystemIndex' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'waternControlSystemIndex',
|
||||
component: () => import('/@/view/equipmentControl/waterSystem/index.vue'),
|
||||
meta: {
|
||||
title: '给排水系统',
|
||||
keepAlive: false,
|
||||
// backApi: [],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: 'waterSystem',
|
||||
// name: 'waterSystem',
|
||||
// meta: { title: '给排水系统', hideChildren: true, icon: 'shebeiqunkong' },
|
||||
// component: Base,
|
||||
// redirect: { name: 'waternControlSystemIndex' },
|
||||
// children: [
|
||||
// {
|
||||
// path: 'index',
|
||||
// name: 'waternControlSystemIndex',
|
||||
// component: () => import('/@/view/equipmentControl/waterSystem/index.vue'),
|
||||
// meta: {
|
||||
// title: '给排水系统',
|
||||
// keepAlive: false,
|
||||
// // backApi: [],
|
||||
// },
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
path: 'planToAdd',
|
||||
name: 'planToAdd',
|
||||
|
Reference in New Issue
Block a user