add lowcode sample page

This commit is contained in:
龚祖望 2022-09-30 14:27:51 +08:00
parent 240f22c51e
commit 5f7a2e8664
1 changed files with 6 additions and 0 deletions

View File

@ -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: '换热站' }
}
]
},