add:电梯系统静态页面
This commit is contained in:
@@ -24,6 +24,25 @@ const equipmentControl = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'liftSystem',
|
||||
name: 'liftSystem',
|
||||
meta: { title: '电梯系统', hideChildren: true, icon: 'shebeiqunkong' },
|
||||
component: Base,
|
||||
redirect: { name: 'liftSystem' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'liftSystem',
|
||||
component: () => import('/@/view/equipmentControl/liftSystem/index.vue'),
|
||||
meta: {
|
||||
title: '电梯系统',
|
||||
keepAlive: false,
|
||||
// backApi: [],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
export default equipmentControl;
|
||||
|
Reference in New Issue
Block a user