add forum
This commit is contained in:
@@ -38,6 +38,10 @@ export const lazyComponents = {
|
||||
|
||||
// Agent模块
|
||||
AgentChat: React.lazy(() => import('../views/AgentChat')),
|
||||
|
||||
// 价值论坛模块
|
||||
ValueForum: React.lazy(() => import('../views/ValueForum')),
|
||||
ForumPostDetail: React.lazy(() => import('../views/ValueForum/PostDetail')),
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -63,4 +67,6 @@ export const {
|
||||
FinancialPanorama,
|
||||
MarketDataView,
|
||||
AgentChat,
|
||||
ValueForum,
|
||||
ForumPostDetail,
|
||||
} = lazyComponents;
|
||||
|
||||
Reference in New Issue
Block a user