gaoluyang
2025-05-08 9ff9962d8d2d4cb1cd5d6abcb902e916c44cda03
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>