将dashboard和login以外的页面设置为异步加载,以提升初次加载的速度

This commit is contained in:
simple321vip
2023-02-02 23:01:02 +08:00
parent 8cca267578
commit e612383d12
8 changed files with 37 additions and 31 deletions
+2 -2
View File
@@ -20,9 +20,9 @@ type DataTimeline = {
}
type Event = {
date: string,
event_date: string,
title: string,
eventInfo: string,
event_info: string,
}
export { Tenant, Theme, DataTimeline, Event }