Files
department-web/README.md
2025-12-08 18:24:13 +08:00

35 lines
544 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 通信技术部 - 前端
## 技术栈
- React 18
- React Router
- Axios
- CSS3
## 安装依赖
```bash
npm install
```
## 运行项目
```bash
npm start
```
项目将在 http://localhost:3000 启动
## 功能特性
- 用户登录认证
- 机型信息展示
- 机型切换浏览
- PDF资料查询和查看
## 默认登录信息
- 用户名: `admin`
- 密码: `admin123`
## 注意事项
- 确保后端API服务已启动默认端口3001
- 前端已配置代理API请求会自动转发到后端