init commit

This commit is contained in:
huanglinhuan
2025-12-03 22:21:49 +08:00
commit 72bce2dbc8
16 changed files with 1150 additions and 0 deletions

34
README.md Executable file
View File

@@ -0,0 +1,34 @@
# 机型信息管理系统 - 前端
## 技术栈
- React 18
- React Router
- Axios
- CSS3
## 安装依赖
```bash
npm install
```
## 运行项目
```bash
npm start
```
项目将在 http://localhost:3000 启动
## 功能特性
- 用户登录认证
- 机型信息展示
- 机型切换浏览
- PDF资料查询和查看
## 默认登录信息
- 用户名: `admin`
- 密码: `admin123`
## 注意事项
- 确保后端API服务已启动默认端口3001
- 前端已配置代理API请求会自动转发到后端