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