diff --git a/.env.development b/.env.development index d9600b6e..40ba628e 100644 --- a/.env.development +++ b/.env.development @@ -8,9 +8,9 @@ VUE_APP_TITLE = '曲阳金隅安全智能管控平台' # 接口地址 #VUE_APP_API_BASEURL = http://1.203.161.103:2800/api #VUE_APP_WS_API = 'ws://localhost:8000' -VUE_APP_API_BASEURL = http://222.222.144.147:6013/api +# VUE_APP_API_BASEURL = http://222.222.144.147:6013/api #VUE_APP_API_BASEURL = http://10.99.5.79:20309/api -# VUE_APP_API_BASEURL = http://49.232.14.174:2226/api +VUE_APP_API_BASEURL = http://49.232.14.174:2226/api # VUE_APP_API_BASEURL = http://127.0.0.1:2226/api VUE_APP_BASEURL = http://49.232.14.174:2226 diff --git a/.env.production b/.env.production index 58ff3e1f..4c62175c 100644 --- a/.env.production +++ b/.env.production @@ -6,6 +6,8 @@ NODE_ENV = production VUE_APP_TITLE = '托克逊能源管理平台' # 接口地址 +# VUE_APP_API_BASEURL = http://222.222.144.147:6013/api +# VUE_APP_BASEURL = http://222.222.144.147:6013 VUE_APP_API_BASEURL = http://49.232.14.174:2226/api VUE_APP_BASEURL = http://49.232.14.174:2226 diff --git a/public/img/bbmg.jpg b/public/img/bbmg.jpg index f9306f7e..e574b871 100644 Binary files a/public/img/bbmg.jpg and b/public/img/bbmg.jpg differ diff --git a/public/img/bbmg1.png b/public/img/bbmg1.png deleted file mode 100644 index 5f9ea144..00000000 Binary files a/public/img/bbmg1.png and /dev/null differ diff --git a/public/img/bbmg_jy.jpg b/public/img/bbmg_jy.jpg new file mode 100644 index 00000000..f9306f7e Binary files /dev/null and b/public/img/bbmg_jy.jpg differ diff --git a/public/index.html b/public/index.html index 8fdc5259..881a32cb 100644 --- a/public/index.html +++ b/public/index.html @@ -32,7 +32,7 @@
<%= VUE_APP_TITLE %>
diff --git a/src/layout/index.vue b/src/layout/index.vue index c73b86c6..b8a1ddde 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -4,7 +4,7 @@
- + {{ baseName }} diff --git a/src/views/bigScreen/index_enm.vue b/src/views/bigScreen/index_enm.vue index a349a0c0..555e00f9 100644 --- a/src/views/bigScreen/index_enm.vue +++ b/src/views/bigScreen/index_enm.vue @@ -5,51 +5,39 @@

托克逊建材厂能管系统

数据更新: {{ updateTime }}

- -
本月全厂主要数据
- - - - - 动力电消耗 - {{ factoryData.elec_consume }} - KWH + + +
动力电消耗
+
+ {{ factoryData.elec_consume }} + (kW·h) +
+
+ +
煤粉消耗
+
+ {{ factoryData.pcoal_consume }} + (t) +
- - - - - 原煤消耗 - - {{ factoryData.coal_consume }} - T + + +
工业水消耗
+
+ {{ factoryData.water_consume }} + (t) +
-
- - - - - 工业水消耗 - {{ factoryData.water_consume }} - T - - - - - - - - 压缩空气消耗 - {{ factoryData.cair_consume }} - T + +
压缩空气消耗
+
+ {{ factoryData.cair_consume }} + (t) +
@@ -69,46 +57,36 @@
今日工段主要数据-{{ activeSectionName }}
- - - - - 单位产品电耗 - {{ sectionData.elec_consume_unit }} - KWH/T + + +
单位产品电耗
+
+ {{ sectionData.elec_consume_unit }} + (kW·h) +
+
+ +
产品产量
+
+ {{ sectionData.total_production }} + (t) +
- - - - - 产品产量 - {{ sectionData.total_production }} - T + + +
运转率
+
+ {{ sectionData.run_rate }} + (%) +
- -
- - - - - 运转率 - {{ sectionData.run_rate }} - % - - - - - - - 单位产品标煤耗 - - {{ sectionData.coal_consume_unit }} - KGCE/T + +
单位产品标煤耗
+
+ {{ sectionData.coal_consume_unit }} + (kgce/t) +
@@ -149,6 +127,7 @@