67 Commits

Author SHA1 Message Date
5664cd152e Merge branch 'master' of ssh://git.ddmt.top/mitsuhaV/WetlandGuard-Admin 2025-03-16 00:56:02 +08:00
686b5facf8 更新依赖版本,添加音效功能,优化WebSocket连接及图表显示逻辑 2025-03-16 00:52:48 +08:00
220677785d 修复已知BUG 2025-03-16 00:45:26 +08:00
9f60742bcf 添加视频列表 2025-03-15 23:13:19 +08:00
a8b6fb4b8b 修改了可视化大屏的动画BUg 2025-03-13 17:46:41 +08:00
0d5d1e6072 Merge branch 'master' of https://git.ddmt.top/mitsuhaV/WetlandGuard-Admin 2025-03-13 10:14:00 +08:00
f74e1f899f 修正浮动值 2025-03-13 10:07:01 +08:00
f081d836af 修复大屏的一些BUG 2025-03-13 09:28:23 +08:00
e661974160 修改了可视化大屏的显示问题 2025-03-12 21:04:35 +08:00
5294c003fb 修正错误数据 2025-03-12 20:44:46 +08:00
21773a046a 完善了首页 2025-03-12 20:10:03 +08:00
357a6b92ad 优化了布局 2025-03-12 19:52:12 +08:00
a80b379d45 修复了课程管理的图片显示问题 2025-03-12 14:52:54 +08:00
775f4d1e91 Merge branch 'master' of ssh://git.ddmt.top/mitsuhaV/WetlandGuard-Admin 2025-03-12 14:31:41 +08:00
8b272f6035 优化了部分设备无法连接的问题 2025-03-12 14:31:33 +08:00
3678d3ef84 更新按键 2025-03-12 14:06:34 +08:00
d7892375ce 移除不需要的 2025-03-12 13:51:11 +08:00
3225438c69 新增通知提示 2025-03-12 13:36:51 +08:00
3d00b93830 修复了传感器管理页面的显示问题 2025-03-11 13:49:08 +08:00
61dd6f86a9 重构配置文件视图以使用 Pinia 用户存储进行数据管理 - 在本地存储和配置文件表单之间同步用户信息 2025-03-09 16:18:03 +08:00
3ff03864d6 增强观测视图中的图像预览功能
- 使用 ElImageViewer 实现高级图像预览
- 为表格和详细信息视图中的图像添加了单击预览功能
- 通过悬停效果和响应式样式改进图像显示
- 支持带索引跟踪的多图像预览
- 为没有图像的观测点添加回退文本
2025-03-09 15:01:52 +08:00
286ff15a08 重构权限管理路由和组件结构
- 将系统管理中的用户、角色和权限管理移动到新的 auth 目录
- 更新路由配置,将 system 和 auth 路由分离
- 调整权限管理相关组件的导入和路由配置
- 优化路由和组件的命名和结构
- 移除系统管理中的用户相关管理功能
2025-03-09 14:32:42 +08:00
91df104b0d 通过路由缓存和组件优化增强性能和用户体验
- 在 App.vue 中实现路由组件缓存
- 通过性能监控和资源管理优化 AdminLayout
- 为常用组件添加延迟加载和预加载
- 通过 keepAlive 元和块命名改进路由器配置
- 通过更好的加载和错误处理来增强视频组件
- 使用精致的 UI 和数据呈现更新仪表板和微信模块
2025-03-09 14:13:15 +08:00
6fb1f781d4 新增微信管理模块和用户资料路由
- 集成微信管理路由与配置、模板和日志页面
- 新增个人信息用户资料路由
- 更新了 AdminLayout,添加了新的微信相关图标和菜单映射
- 删除了默认style.css内容
2025-03-08 18:11:28 +08:00
14b73bcf87 设置了网站图标favicon) 2025-03-08 16:29:13 +08:00
7564b18863 优化路由管理 2025-03-08 16:21:35 +08:00
d7dbc3f585 优化图片不显示以及删掉多余的代码 2025-03-08 16:02:01 +08:00
d0eca2f2ca 修复一些已知的BUG 2025-03-08 15:42:36 +08:00
9572d9000f 优化可视化大屏 2025-03-07 21:05:04 +08:00
d62b8267a8 完善首页的页面 2025-03-04 19:55:53 +08:00
4a5e37b5d9 Refactor monitoring API and dashboard charts with improved data handling and visualization 2025-03-04 17:54:56 +08:00
1265cf7553 完善可视化大屏的图表 2025-03-04 16:15:52 +08:00
f401f40a6e 重构课程管理模块并更新路由选择
- 将课程管理从活动模块移至专用课程模块
- 使用新的课程管理结构更新 AdminLayout 侧边栏菜单
- 修改路由器配置以反映新的课程管理路由
- 从活动模块中删除已弃用的课程管理视图
-添加物种监测
2025-03-01 16:07:20 +08:00
892f6a04c8 优化无人机管理页面的无法切换视频的bug。 2025-02-28 15:47:52 +08:00
d115627cd0 完成可视化大屏的无人机实时监控和图表的切换,还有ai巡护的摄像头管理以及无人机管理页面。 2025-02-28 15:45:40 +08:00
2545bf43ac Refactor permissions and roles management with comprehensive updates
- Implement advanced permission management with tree-based structure
- Add detailed search, filtering, and tree expansion features
- Enhance role management with permission assignment dialog
- Integrate API calls for CRUD operations on permissions and roles
- Improve form validation and error handling
- Update UI with more informative table columns and icons
2025-02-24 13:32:24 +08:00
c041ef9671 Enhance project introduction module with advanced image upload and input features
- Add support for image upload and URL input with flexible selection
- Implement robust image upload validation and error handling
- Update form submission logic to handle different image input types
- Add computed properties for image URL processing and upload headers
- Improve user experience with better image upload feedback and validation
2025-02-23 16:54:34 +08:00
777532f396 Add project introduction module to admin layout and router
- Add new sidebar menu item for project introduction in AdminLayout
- Create new route for projects management in router configuration
- Update formatDateTime utility function with improved error handling and default return value
2025-02-23 15:59:17 +08:00
739aca7edb Merge branch 'master' of ssh://git.ddmt.top/mitsuhaV/WetlandGuard-Admin 2025-02-23 15:31:05 +08:00
90107b33d3 Add delete functionality for patrol events, tasks, and plans
- Implement single and batch delete methods for events, tasks, and plans
- Add delete API endpoints in respective modules
- Update Vue components with delete buttons and confirmation dialogs
- Implement validation to prevent deleting tasks/plans with active status or related records
- Enhance user experience with clear error messages and selective deletion
2025-02-23 15:30:58 +08:00
3e18534cf7 优化了项目背景页 2025-02-23 14:49:41 +08:00
1972b43dec Add comprehensive patrol event management module
- Implement event API for creating, retrieving, updating, and exporting patrol events
- Create detailed Vue component with advanced features:
  * Event statistics dashboard
  * Comprehensive search and filtering
  * Image and video preview
  * Event processing and status management
  * Export functionality for individual and batch events
- Add support for event lifecycle management and detailed event tracking
2025-02-22 20:28:59 +08:00
b1931cc8c9 Merge branch 'master' of ssh://git.ddmt.top/mitsuhaV/WetlandGuard-Admin 2025-02-22 18:00:23 +08:00
032d404101 Enhance patrol records and tasks management with comprehensive updates
- Add detailed view and statistics for patrol records
- Implement advanced filtering and export functionality
- Update task management with improved UI and data handling
- Add Amap API key to development environment
- Fix import paths for SCSS variables in monitor views
- Improve route configuration for patrol-related pages
2025-02-22 18:00:13 +08:00
5761e7f7bd 更新项目背景页 2025-02-22 15:14:57 +08:00
f22ce91e1a Enhance application structure with new modules and login improvements
- Add new menu sections for Activity Management and User Feedback
- Update router configuration with new route paths
- Refactor login API and user store for better error handling
- Modify login view to improve navigation and error logging
- Update patrol tasks view with more detailed table columns
- Fix import paths for SCSS variables in patrol views
2025-02-22 14:57:43 +08:00
595054eb43 完成报告模板请求 2025-02-21 04:13:08 +08:00
986f573956 完成报告管理请求 2025-02-21 03:35:02 +08:00
d5667573fa 完成系统日志的请求 2025-02-20 23:14:35 +08:00
fb5ad57dc1 Implement comprehensive user management functionality with API integration 2025-02-20 21:41:57 +08:00