Browse Source

次元看板--调整页面加载时间的loading

xiaost 1 year ago
parent
commit
bc4715ec2f

+ 1 - 1
src/views/prodline/index.vue

@@ -171,7 +171,7 @@ export default {
     cancelLoading() {
       setTimeout(() => {
         this.loading = false
-      }, 5000)
+      }, 1000)
     },
     handleBlur (val){
       this.setFactory(val);

+ 1 - 1
src/views/prodline/up3.vue

@@ -71,7 +71,7 @@ export default {
       this.settestdata(); //获取数据
       this.timing = setInterval(() => {
         this.settestdata(); //获取-主题词
-      }, 10000);
+      }, 30000);
     },
     async settestdata() {
       //人员管理

+ 1 - 1
src/views/quality/index.vue

@@ -165,7 +165,7 @@ export default {
     cancelLoading() {
       setTimeout(() => {
         this.loading = false
-      }, 5000)
+      }, 1000)
     },
     handleBlur (val) {
       this.setFactory(val);

+ 1 - 1
src/views/shop/index.vue

@@ -175,7 +175,7 @@ export default {
     cancelLoading() {
       setTimeout(() => {
         this.loading = false
-      }, 5000)
+      }, 1000)
     },
     handleBlur (val){
       this.setFactory(val);

+ 1 - 1
src/views/zxshop/index.vue

@@ -168,7 +168,7 @@ export default {
     cancelLoading() {
       setTimeout(() => {
         this.loading = false
-      }, 5000)
+      }, 1000)
     },
    /* handleBlur (val){
       this.setFactory(val);