feat: 添加货币和汇率管理功能

refactor: 重构前端路由和登录逻辑

docs: 更新业务闭环、任务和架构文档

style: 调整代码格式和文件结构

chore: 更新依赖项和配置文件
This commit is contained in:
2026-03-19 19:08:15 +08:00
parent 8de9ea0aaa
commit eafa1bbe94
203 changed files with 20240 additions and 39580 deletions

View File

@@ -34,12 +34,6 @@ const { Title, Text } = Typography;
// 菜单项配置
const menuItems = [
// 首页
{
key: '/',
icon: <DashboardOutlined />,
label: <Link to="/"></Link>,
},
// 核心业务
{
key: 'core',