Browse Source

设置系统选择页高度

yuhan 1 year ago
parent
commit
495ce28c57
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()
-      }, 1000)
+      }, 100)
       // this.$nextTick(() => {
       // })
       window.addEventListener('resize', this.setSystemStyle)