@@ -21,7 +21,7 @@ onMounted(() => {
iframe.onload = () => {
setTimeout(() => {
loadingShow.value = false;
- }, 300);
+ }, 500);
};
}
});