# intelligent-patrol-manager **Repository Path**: jielinyang/intelligent-patrol-manager ## Basic Information - **Project Name**: intelligent-patrol-manager - **Description**: 智能巡检项目管理端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-20 - **Last Updated**: 2025-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智能巡检系统后台管理界面 基于 Vue 3 + Element Plus + JavaScript 的智能巡检项目后台管理界面。 ## 功能模块 - **登录验证模块**:用户登录验证 - **人脸操作模块**:添加人脸、删除人脸、显示人脸列表 - **告警模块**:实时显示后端推送的告警信息 ## 技术栈 - Vue 3 - Element Plus - Vite - Axios - ES6+ ## 开发环境配置 ### 安装依赖 ```sh npm install ``` ### 开发环境运行 ```sh npm run dev ``` ### 生产环境构建 ```sh npm run build ``` ## API 接口说明 ### 登录接口 - URL: `http://localhost:5000/api/login` - 方法: POST - 参数: username, password ### 人脸注册接口 - URL: `http://localhost:5000/api/face/register` - 方法: POST - 参数: name, face_image(form-data) ### 人脸列表接口 - URL: `http://localhost:5000/api/face/list` - 方法: GET ### 人脸删除接口 - URL: `http://localhost:5000/api/face/delete/{name}` - 方法: DELETE ### 告警推送接口 - URL: `http://localhost:5000/api/alerts` - 方法: SSE (Server-Sent Events)