Browse Source

'项目无文件夹兼容'

zhangyu 4 years ago
parent
commit
d813793ec7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/homeView/leftFolder.vue

+ 1 - 1
src/components/homeView/leftFolder.vue

@@ -102,7 +102,7 @@ export default {
             if (folderId) {
                 this.handleCheckFolder(folderId);
             } else {
-                this.handleCheckFolder(this.folderData[0].id);
+                this.handleCheckFolder(this.folderData[0]?.id);
             }
             this.loading = false;
         },