Commit 3d54c506 authored by 王亚晖's avatar 王亚晖

添加换热站机组循环泵压差控制页面及菜单

parent ed4d4c83
...@@ -275,6 +275,13 @@ const routes = [ ...@@ -275,6 +275,13 @@ const routes = [
meta: { meta: {
title: '换热站远程控制' title: '换热站远程控制'
} }
},{
path: '/Remote/TransferPump',
name: 'TransferPumpPage',
component: () => import('@/views/RemotePage/TransferPumpPage.vue'),
meta: {
title: '循环泵压差控制'
}
},{ },{
path: '/Video', path: '/Video',
name: 'VideoPage', name: 'VideoPage',
......
<template>
换热站机组循环泵压差远程控制
</template>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment