spring
7 天以前 28a8780b444d1dfd971872442d3a0baf32235479
src/components/iFrame/index.vue
@@ -22,10 +22,10 @@
onMounted(() => {
  setTimeout(() => {
    loading.value = false;
  }, 300);
    loading.value = false
  }, 300)
  window.onresize = function temp() {
    height.value = document.documentElement.clientHeight - 94.5 + "px;";
  };
    height.value = document.documentElement.clientHeight - 94.5 + "px;"
  }
})
</script>