From 5f7a2e86643680657d9c79eb772e7b64f45db061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=A5=96=E6=9C=9B?= <573413756@qq.com> Date: Fri, 30 Sep 2022 14:27:51 +0800 Subject: [PATCH] add lowcode sample page --- xiuosiot-frontend/src/router/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xiuosiot-frontend/src/router/index.js b/xiuosiot-frontend/src/router/index.js index c727d8d..46cb738 100644 --- a/xiuosiot-frontend/src/router/index.js +++ b/xiuosiot-frontend/src/router/index.js @@ -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: '换热站' } } ] },