Browse Source

延迟时间

bding 1 year ago
parent
commit
b813bd0263
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cygx/strategyReport.vue

+ 1 - 1
src/views/cygx/strategyReport.vue

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