add:给排水图像资源
This commit is contained in:
@@ -103,7 +103,7 @@ const equipmentControl = {
|
||||
{
|
||||
path: 'airConditionControlSystem',
|
||||
name: 'airConditionControlSystem',
|
||||
meta: { title: '空调系统群控', hideChildren: true, icon: 'shebeiqunkong' },
|
||||
meta: { title: '空调系统', hideChildren: true, icon: 'shebeiqunkong' },
|
||||
component: Base,
|
||||
redirect: { name: 'airConditionControlSystemIndex' },
|
||||
children: [
|
||||
@@ -112,7 +112,26 @@ const equipmentControl = {
|
||||
name: 'airConditionControlSystemIndex',
|
||||
component: () => import('/@/view/equipmentControl/airConditionControlSystem/index.vue'),
|
||||
meta: {
|
||||
title: '空调系统群控',
|
||||
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: [],
|
||||
},
|
||||
|
Reference in New Issue
Block a user