页面改造,逻辑简化

This commit is contained in:
sswiki
2024-12-05 23:01:37 +08:00
parent 9a9090e887
commit 6cdcaf51ad
10 changed files with 655 additions and 192 deletions

View File

@@ -10,6 +10,9 @@ export const useStorePageData = defineStore('pageData', {
optionPageId: 0,
wikiPageList: [],
pageIsUnLock: false,
//---------------事件触发---------------
// 页面列表改变事件
eventPageListUpdate: false,
}
},
});