Commit 6139f743 authored by xiexingan's avatar xiexingan

提交

parent 0d7f87d9
...@@ -5,10 +5,10 @@ CONFIG.TITLE = 'AI节能管理系统' ...@@ -5,10 +5,10 @@ CONFIG.TITLE = 'AI节能管理系统'
// 网络请求公用地址 // 网络请求公用地址
CONFIG.requestPath = 'http://localhost:8046' // CONFIG.requestPath = 'http://localhost:8046'
// CONFIG.requestPath = 'http://10.20.72.31:8046' // CONFIG.requestPath = 'http://10.20.72.31:8046'
// CONFIG.requestPath = 'http://59.110.43.122:8046' CONFIG.requestPath = 'http://59.110.43.122:8046'
// 文件上传 // 文件上传
// CONFIG.urlPath = 'http://10.20.72.33/' // CONFIG.urlPath = 'http://10.20.72.33/'
......
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
}, },
textStyle: { textStyle: {
fontSize: 30, fontSize: 30,
color: '#333' color: '#F2637B'
} }
} }
}, },
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
<span>系统运行时间</span> <span>系统运行时间</span>
</div> </div>
<div class="card-text" v-if="dataList.systemRunningTime"> <div class="card-text" v-if="dataList.systemRunningTime">
<span>{{ dataList.systemRunningTime[0] }}</span <span style='color:#21ACFC;'>{{ dataList.systemRunningTime[0] }}</span
><span class="date-color" style="font-size: 16px"></span ><span class="date-color" style="font-size: 16px;"></span
><span>{{ dataList.systemRunningTime[1] }}</span ><span style='color:#21ACFC;'>{{ dataList.systemRunningTime[1] }}</span
><span class="date-color"></span> ><span class="date-color"></span>
<!-- {{dataList.systemRunningTime}} --> <!-- {{dataList.systemRunningTime}} -->
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<span>报警总数</span> <span>报警总数</span>
</div> </div>
<div class="card-text"> <div class="card-text">
<span>{{ dataList.faultAlarm }}</span <span style='color:#F2637B;'>{{ dataList.faultAlarm }}</span
><span class="date-color"></span> ><span class="date-color"></span>
</div> </div>
</div> </div>
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<chart <chart
id="home" id="home"
:data="data" :data="data"
title="能耗统计" :title="activeIndex==0?'今日能耗统计':'本月能耗统计'"
color="#21ACFC" color="#21ACFC"
ref="chart" ref="chart"
></chart> ></chart>
......
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