fix:修改名称

This commit is contained in:
zhaohy
2024-07-30 15:39:02 +08:00
parent 180ad4a005
commit 9a1298987f
3 changed files with 56 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ const equipmentControl = {
{
path: 'airConditioningSystem',
name: 'airConditioningSystem',
meta: { title: '空调系统', hideChildren: true, icon: 'shebeiqunkong' },
meta: { title: '新风系统', hideChildren: true, icon: 'shebeiqunkong' },
component: Base,
redirect: { name: 'airConditioningSystemIndex' },
children: [
@@ -74,7 +74,7 @@ const equipmentControl = {
name: 'airConditioningSystemIndex',
component: () => import('/@/view/equipmentControl/airConditioningSystem/index.vue'),
meta: {
title: '空调系统',
title: '新风系统',
keepAlive: false,
// backApi: [],
},