add:给排水图像资源

This commit is contained in:
chenpingsen
2024-08-23 14:13:20 +08:00
parent 9f9982b04a
commit 1ceddd5df9
13 changed files with 41 additions and 11 deletions

View File

@@ -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: [],
},