add lowcode sample page
This commit is contained in:
parent
240f22c51e
commit
5f7a2e8664
|
@ -193,6 +193,12 @@ export const constantRoutes = [
|
|||
name: 'TransferStation',
|
||||
component: () => import('@/views/configuration/transferStation'),
|
||||
meta: { title: '变电站' }
|
||||
},
|
||||
{
|
||||
path: 'heatStation',
|
||||
name: 'HeatStation',
|
||||
component: () => import('@/views/configuration/HeatStation'),
|
||||
meta: { title: '换热站' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue