@@ -5,13 +5,13 @@
element-loading-background="rgba(28,33,41,1)"
>
<el-col :span="6">
- <el-col :span="24" class="time">{{ date }}</el-col>
+ <el-col :span="24" class="time"><a href="http://10.21.39.1:8181">{{ date }}</a></el-col>
</el-col>
<el-col :span="12">
<el-col :span="24" class="title">中国东信智慧楼宇</el-col>
<div :span="6" class="logo">
- <img :src="logo" alt="">
+ <a href="http://10.21.39.1:8185"><img :src="logo" alt=""></a>
</div>
</el-row>
</template>
@@ -111,7 +111,7 @@ export default {
timeout: 10000,
}).then(res =>{
let total = 0
-
+ this.data1.n1 = 0
if(res.data){
for(let i=0;i<res.data.length;i++){
data[0].push(res.data[i].access_time)