|
@@ -2924,7 +2924,8 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
thisApp.nowFolder = thisApp.listUserFolders[thisApp.nowFolderIndex]; |
|
|
thisApp.nowFolder = thisApp.listUserFolders[thisApp.nowFolderIndex]; |
|
|
thisApp.listFiles(); |
|
|
|
|
|
|
|
|
//thisApp.listFiles(); |
|
|
|
|
|
setInterval(thisApp.listFiles(), 1000); |
|
|
// thisApp.loadMyAppInstanceList(); |
|
|
// thisApp.loadMyAppInstanceList(); |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|