From 43c0695381c3e2474f17c10dffd7e5759927ebab Mon Sep 17 00:00:00 2001 From: zxm Date: Mon, 15 Jun 2020 15:21:47 +0800 Subject: [PATCH] [VersionBeta] V.1.0.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1.实时刷新 --- src/views/main_web/workspace.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index dd617b4f..73083ebc 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -2924,7 +2924,8 @@ export default { } } thisApp.nowFolder = thisApp.listUserFolders[thisApp.nowFolderIndex]; - thisApp.listFiles(); + //thisApp.listFiles(); + setInterval(thisApp.listFiles(), 1000); // thisApp.loadMyAppInstanceList(); } })