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