fix:修改名称
This commit is contained in:
@@ -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: [],
|
||||
},
|
||||
|
Reference in New Issue
Block a user