cz 1 year ago
parent
commit
9e8ebc8e47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/connect/E-mail/mail/com/mailDetail.vue

+ 1 - 1
src/views/connect/E-mail/mail/com/mailDetail.vue

@@ -288,7 +288,7 @@ const getMyFolderTree = (flag) => {
         .then((res) => {
           myFolderTreeData.value = res.map((x) => ({ ...x, value: x.id }));
         });
-    }, 1000);
+    }, 1500);
   } else {
     proxy
       .post("/myFolder/tree", { mailboxId: mailStore.selectMail.id })