edit #251

Merged
lyc merged 1 commits from lyc-dev into main 2024-09-23 09:58:50 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 60e31f4b43 - Show all commits

View File

@ -235,6 +235,7 @@ onMounted( async () => {
}
else{
curBook.data = useSubject.subjectList[0]
localStorage.setItem('curBook', JSON.stringify(curBook.data))
treeData.value = useSubject.treeData
}
//