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

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

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