update pay function
This commit is contained in:
@@ -42,6 +42,7 @@ export const lazyComponents = {
|
||||
// 价值论坛模块
|
||||
ValueForum: React.lazy(() => import('../views/ValueForum')),
|
||||
ForumPostDetail: React.lazy(() => import('../views/ValueForum/PostDetail')),
|
||||
PredictionTopicDetail: React.lazy(() => import('../views/ValueForum/PredictionTopicDetail')),
|
||||
|
||||
// 数据浏览器模块
|
||||
DataBrowser: React.lazy(() => import('../views/DataBrowser')),
|
||||
|
||||
@@ -181,6 +181,16 @@ export const routeConfig = [
|
||||
description: '论坛帖子详细内容'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'value-forum/prediction/:topicId',
|
||||
component: lazyComponents.PredictionTopicDetail,
|
||||
protection: PROTECTION_MODES.MODAL,
|
||||
layout: 'main',
|
||||
meta: {
|
||||
title: '预测话题详情',
|
||||
description: '预测市场话题详细信息'
|
||||
}
|
||||
},
|
||||
|
||||
// ==================== Agent模块 ====================
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user