Ver Fonte

人员通行数据

wangtao há 2 anos atrás
pai
commit
9de2bd483b

+ 2 - 2
src/components3/seHeader/index.vue

@@ -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>
     </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>

+ 1 - 1
src/components3/tongxingguanli/index.vue

@@ -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)