|
@@ -36,6 +36,11 @@ export default defineConfig({
|
|
|
path: '/home/:projectId',
|
|
|
component: './Home',
|
|
|
},
|
|
|
+ {
|
|
|
+ name: '菜单栏',
|
|
|
+ path: '/menu/:projectId',
|
|
|
+ component: './Menu',
|
|
|
+ },
|
|
|
{
|
|
|
name: '水量监测',
|
|
|
path: '/home/water-amt-mng/:projectId',
|
|
@@ -76,13 +81,18 @@ export default defineConfig({
|
|
|
path: '/smart/simulate/:projectId',
|
|
|
component: './Smart/Simulate',
|
|
|
},
|
|
|
+ {
|
|
|
+ name: '智能监控',
|
|
|
+ path: '/hardware-controller/:projectId',
|
|
|
+ component: './HardwareController',
|
|
|
+ },
|
|
|
{
|
|
|
name: '空调监控',
|
|
|
path: '/hardware-controller/air-conditioner/:projectId',
|
|
|
component: './HardwareController/AirConditioner',
|
|
|
},
|
|
|
{
|
|
|
- name: '空调监控',
|
|
|
+ name: '灯光监控',
|
|
|
path: '/hardware-controller/light/:projectId',
|
|
|
component: './HardwareController/Light',
|
|
|
},
|