# antd-admin **Repository Path**: language-demo/antd-admin ## Basic Information - **Project Name**: antd-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-16 - **Last Updated**: 2026-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # antd-admin 这是一个基于 React + TypeScript + Ant Design 的后台管理系统模板,提供了完整的权限管理、用户管理等基础功能 # 技术栈 - 核心框架:React 18 - 开发语言:TypeScript 5.x - UI 组件库:Ant Design - 状态管理:Zustand - 路由管理:React Router v6 - 构建工具:Vite - 代码规范:ESLint + Prettier # 项目结构 ``` src/ ├── api/ # API 接口封装 ├── assets/ # 静态资源 ├── components/ # 公共组件 ├── pages/ # 页面组件 ├── router/ # 路由配置 ├── store/ # 状态管理 ├── utils/ # 工具函数 └── App.tsx # 根组件 ``` # 系统截图 ## 用户界面 ![user](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/user.jpg) ## 角色分配界面 ![user_role](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/user_role.jpg) ## 角色界面 ![role](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/role.jpg) ## 角色用户界面 ![role_user](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/role_user.jpg) ## 菜单分配界面 ![role_menu](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/role_menu.jpg) ## 菜单界面 ![menu](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/menu.jpg) ## 部门界面 ![dept](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/dept.jpg) ## 岗位界面 ![post](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/post.jpg) ## 字典界面 ![dict_type](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/dict.jpg) ## 字典数据界面 ![dict_data](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/dict_data.jpg) ## 通知界面 ![notic](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/notice.jpg) ## 登录日志 ![log](https://raw.githubusercontent.com/feihua/axum-admin/master/docs/images/login_log.jpg)