Browse Source

首页恢复

ggq 1 year ago
parent
commit
5d7a34c690
1 changed files with 1 additions and 1 deletions
  1. 1 1
      itdmWeb/src/views/user/firstIndex.vue

+ 1 - 1
itdmWeb/src/views/user/firstIndex.vue

@@ -22,7 +22,7 @@
       // 设置定时器--因为初始执行方法时img没有加载完,所以获取不到高度;定时一段时间等img加载之后再执行
       this.timer = setTimeout(() => {
         this.setSystemStyle()
-      }, 500)
+      }, 1000)
       // this.$nextTick(() => {
       // })
       window.addEventListener('resize', this.setSystemStyle)