feat(component): Add Footer component

This commit is contained in:
kailong321200875
2022-01-22 10:54:28 +08:00
parent e496096539
commit f81e996a42
18 changed files with 940 additions and 837 deletions

View File

@@ -8,7 +8,9 @@ export const usePageLoading = () => {
}
const loadDone = () => {
appStore.setPageLoading(false)
setTimeout(() => {
appStore.setPageLoading(false)
}, 1000)
}
return {