feat: 添加货币和汇率管理功能
refactor: 重构前端路由和登录逻辑 docs: 更新业务闭环、任务和架构文档 style: 调整代码格式和文件结构 chore: 更新依赖项和配置文件
This commit is contained in:
@@ -34,12 +34,6 @@ const { Title, Text } = Typography;
|
||||
|
||||
// 菜单项配置
|
||||
const menuItems = [
|
||||
// 首页
|
||||
{
|
||||
key: '/',
|
||||
icon: <DashboardOutlined />,
|
||||
label: <Link to="/">首页</Link>,
|
||||
},
|
||||
// 核心业务
|
||||
{
|
||||
key: 'core',
|
||||
|
||||
Reference in New Issue
Block a user