zhaojijng 3 年之前
父节点
当前提交
b69e8c51f2

+ 2 - 2
src/views/horizontalScreen.vue

@@ -97,8 +97,8 @@ export default {
         };
     },
     mounted() {
-        this.nowPage =2;
-        //this.timePageShow();
+        this.nowPage =1;
+        this.timePageShow();
     },
     methods: {
         doneTowPage() {

+ 1 - 1
src/views/valueDelivery/FloorSpace.vue

@@ -170,7 +170,7 @@ export default {
                         }
                     }
                     this.getTimeFloorParam();
-                }, 200000);
+                }, 2000);
             });
         },
         queryFs() {

+ 1 - 1
src/views/valueDelivery/HorFloorSpace.vue

@@ -160,7 +160,7 @@ export default {
                        
                     }
                     this.getTimeFloorParam();
-                }, 200000);
+                }, 2000);
             });
         },
         queryFs() {

+ 2 - 2
src/views/verticalScreen.vue

@@ -69,8 +69,8 @@ export default {
         };
     },
     mounted() {
-        this.nowPage = 2;
-       // this.timePageShow();
+        this.nowPage = 1;
+        this.timePageShow();
     },
     destroyed() {
         clearInterval(this.verticalInterval);