# ReactAdmin **Repository Path**: jsontangy/react-admin ## Basic Information - **Project Name**: ReactAdmin - **Description**: React+antd搭建通用的后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-07 - **Last Updated**: 2026-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReactAdmin #### 介绍 基于 React 19 + Vite + Ant Design 6.x + .NET Core 8 全栈开发的管理系统。 后端接口代码地址:[https://gitee.com/jsontangy/react-admin-webapi-project](https://gitee.com/jsontangy/react-admin-webapi-project) #### 开发工具 1. **开发工具**:Visual Studio 2022 及以上、VS Code 2. **数据库**:MySQL 3. **缓存**:Redis #### 使用说明 1. 下载后端项目,导入 database 文件夹下的 SQL 脚本到 MySQL 数据库 2. 默认账号:`tangy` 3. 默认密码:`111111` #### 特点 1. 首页、新增、修改页面都是封装为组件,新增列表页拷贝 config 对象放到新页面,再配置后端的接口就可以使用 2. 列表页的查询条件通过列中的配置实现,不需要手动新增 3. 封装了公用的 PTreeSelect 下拉树,只要传入后端数据即可 #### 系统页面 - 登录页 ![输入图片说明](https://foruda.gitee.com/images/1780836705206547341/15fa2ad9_14132801.png) - 首页 ![输入图片说明](https://foruda.gitee.com/images/1780836750136427505/7eec896d_14132801.png) - 系统菜单(菜单管理、菜单新增) ![输入图片说明](https://foruda.gitee.com/images/1780836897473779664/41fc4e3f_14132801.png) ![输入图片说明](https://foruda.gitee.com/images/1780836924233377068/8807af55_14132801.png) ![输入图片说明](https://foruda.gitee.com/images/1780836949829731634/8e5903d3_14132801.png) - 账号管理 ![输入图片说明](https://foruda.gitee.com/images/1780836979420516037/4e5d8e6c_14132801.png) - 角色管理 ![输入图片说明](https://foruda.gitee.com/images/1780837020566200919/4865e6da_14132801.png) - 系统按钮 ![输入图片说明](https://foruda.gitee.com/images/1780837054112211607/43abef51_14132801.png)