spring
2 天以前 4e64eeb2a807adc9153fd9cd61b498b99c1f6f2c
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>