update pay ui

This commit is contained in:
2025-12-02 18:50:01 +08:00
parent 2b3700369f
commit 4ea1ef08f4
3 changed files with 15 additions and 2 deletions

View File

@@ -191,6 +191,16 @@ export const routeConfig = [
description: '预测市场话题详细信息'
}
},
{
path: 'value-forum/my-points',
component: lazyComponents.ForumMyPoints,
protection: PROTECTION_MODES.MODAL,
layout: 'main',
meta: {
title: '我的积分',
description: '价值论坛积分账户'
}
},
// ==================== Agent模块 ====================
{