Explorar o código

'项目无文件夹兼容'

zhangyu %!s(int64=4) %!d(string=hai) anos
pai
achega
d813793ec7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         },