Browse Source

1.对接设备监控页面

2.修改设备控制页面
gh_ers
selia-zx 3 weeks ago
parent
commit
59b9bc926f
  1. 4
      .env.development
  2. BIN
      src/assets/images/guanghe.png
  3. BIN
      src/assets/images/meizhou.png
  4. 7
      src/views/centerairC/sysControl/index.vue
  5. 1596
      src/views/centerairC/sysMonitor/monitorCenter.vue

4
.env.development

@ -7,11 +7,11 @@ ENV = 'development'
# 开发环境
# VUE_APP_BASE_API = '/dev-api'
# 后台
# VUE_APP_BASE_API = 'http://192.168.1.222:8080'
VUE_APP_BASE_API = 'http://192.168.1.222:8080'
# 梅州云端
# VUE_APP_BASE_API = 'http://106.55.173.225:8091'
# 广合
VUE_APP_BASE_API = 'http://106.55.173.225:8092'
# VUE_APP_BASE_API = 'http://106.55.173.225:8092'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

BIN
src/assets/images/guanghe.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 MiB

After

Width:  |  Height:  |  Size: 8.3 MiB

BIN
src/assets/images/meizhou.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 MiB

7
src/views/centerairC/sysControl/index.vue

@ -24,7 +24,7 @@
</div>
</div>
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane label="阀门" name="valve">
<!-- <el-tab-pane label="阀门" name="valve">
<div class="device-container">
<vavleheader
:valveList="freezingValve"
@ -52,7 +52,7 @@
@operationControl="hadleOperationConrol"
></vavleheader>
</div>
</el-tab-pane>
</el-tab-pane> -->
<el-tab-pane label="冷却泵" name="coolingPump">
<div class="device-container">
<list-header
@ -86,7 +86,6 @@
<list-header
:deviceList="hostList"
:isNoShowHz="true"
:isNoShowlocalRemote="true"
@operationControl="hadleOperationConrol"
@upList="getOperationList"
></list-header>
@ -117,7 +116,7 @@ export default {
coolingValve: [], //
coolingTowerOutValve: [], //
coolingAndHeatingOutValve: [], //
activeName: "valve", //
activeName: "coolingPump", //
};
},
computed: {

1596
src/views/centerairC/sysMonitor/monitorCenter.vue

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save