Commit Graph

16 Commits

Author SHA1 Message Date
69a0144ebd feat(iot): 实现基于 Websocket 的设备管理系统
- 更新系统标题为"基于MQTT的IOT设备管理系统"
- 移除旧的SSE连接,改为使用WebSocket连接
- 新增设备状态、产品状态和报警状态的WebSocket连接及处理逻辑
- 更新面包屑导航和页面标题
- 修改用户编辑页面的标题
- 更新登录页面的标题
2025-03-25 22:16:36 +08:00
c1c0be063d refactor: 移除冗余代码并优化错误处理
- 删除了多处不必要的 console.log 语句
- 优化了错误处理,使用 Message 组件显示错误信息
- 简化了部分代码结构,提高了可读性- 移除了未使用的注释代码
2025-03-11 17:26:36 +08:00
3113bac668 feat(iot): 新增设备地图功能并优化产品编辑界面
- 新增设备地图组件,用于展示设备在地图上的位置
-优化产品编辑界面,增加预览图和图标上传功能
- 修改 API 调用路径,使用 SSE (Server-Sent Events) 实现实时数据推送
- 更新表格展示,增加设备上报记录的详细信息
2025-03-10 20:55:56 +08:00
0b660c69b0 feat(dashboard): 添加内容发布来源组件并更新数据面板
- 新增 ContentPublishingSource 组件,用于展示设备状态、设备类型和告警类型等图表
- 更新 DataPanel 组件,使用传入的设备、告警和产品信息进行展示
- 在主页面中引入新组件并优化布局
2025-03-04 19:50:04 +08:00
64d2079779 refactor.dashboard: 重构工作台页面
- 移除欢迎信息和分割线
- 添加产品数、设备数等统计卡片
- 新增链式图表组件
- 更新数据面板布局和样式
- 添加设备上报记录功能
-优化地图组件
- 调整产品属性表格
2025-03-02 17:53:03 +08:00
13296d4797 style:优化代码格式和缩进
- 使用 ESLint、Prettier 和 Stylelint 规则格式化代码
- 修复文件权限问题
- 优化部分组件的样式和布局
2025-02-17 22:42:51 +08:00
d298aea3fb refactor(路由模块): 路由取消i8n判断 2025-01-10 15:09:16 +08:00
882ba89113 perf(权限模块): 给所有模块和路由添加权限校验 2025-01-10 10:40:37 +08:00
47f226e019 Merge remote-tracking branch 'origin/feature/device' into feature/device 2025-01-08 11:14:11 +08:00
1cbd436f73 feat(新增物模型模块及优化部门树): 新增物模型模块及优化其它模块代码 2025-01-08 11:13:44 +08:00
vertoryao
309dffa60b Merge remote-tracking branch 'origin/develop' into feature/device
# Conflicts:
#	.env.development
#	.eslintrc.js
#	components.d.ts
#	config/vite.config.dev.ts
#	index.html
#	package.json
#	pnpm-lock.yaml
#	src/api/authority.ts
#	src/api/dept.ts
#	src/api/interceptor.ts
#	src/api/message.ts
#	src/api/role.ts
#	src/api/user.ts
#	src/assets/world.json
#	src/components/breadcrumb/index.vue
#	src/components/footer/index.vue
#	src/components/menu/index.vue
#	src/components/message-box/index.vue
#	src/components/message-box/list.vue
#	src/components/navbar/index.vue
#	src/components/tab-bar/readme.md
#	src/components/tab-bar/tab-item.vue
#	src/config/settings.json
#	src/directive/permission/index.ts
#	src/hooks/permission.ts
#	src/locale/en-US.ts
#	src/locale/zh-CN.ts
#	src/mock/index.ts
#	src/router/guard/permission.ts
#	src/router/guard/userLoginInfo.ts
#	src/router/routes/modules/dashboard.ts
#	src/router/routes/modules/system.ts
#	src/router/routes/modules/user.ts
#	src/store/index.ts
#	src/store/modules/auth/index.ts
#	src/store/modules/auth/type.ts
#	src/store/modules/user/index.ts
#	src/store/modules/user/types.ts
#	src/utils/excel.ts
#	src/views/dashboard/workplace/components/banner.vue
#	src/views/dashboard/workplace/components/data-panel.vue
#	src/views/dashboard/workplace/index.vue
#	src/views/dashboard/workplace/locale/en-US.ts
#	src/views/dashboard/workplace/locale/zh-CN.ts
#	src/views/exception/403/index.vue
#	src/views/exception/404/index.vue
#	src/views/exception/500/index.vue
#	src/views/login/components/banner.vue
#	src/views/login/components/login-form.vue
#	src/views/login/index.vue
#	src/views/login/locale/en-US.ts
#	src/views/login/locale/zh-CN.ts
#	src/views/system/authority/components/auth-edit.vue
#	src/views/system/authority/components/auth-table.vue
#	src/views/system/authority/index.vue
#	src/views/system/authority/locale/en-US.ts
#	src/views/system/authority/locale/zh-CN.ts
#	src/views/system/dept/components/dept-edit.vue
#	src/views/system/dept/index.vue
#	src/views/system/dept/locale/en-US.ts
#	src/views/system/dept/locale/zh-CN.ts
#	src/views/system/permission/index.vue
#	src/views/system/role/components/role-edit.vue
#	src/views/system/role/index.vue
#	src/views/system/role/locale/en-US.ts
#	src/views/system/role/locale/zh-CN.ts
#	src/views/system/user/components/user-edit.vue
#	src/views/system/user/index.vue
#	src/views/system/user/locale/en-US.ts
#	src/views/system/user/locale/zh-CN.ts
#	src/views/user/setting/components/basic-information.vue
#	src/views/user/setting/components/password-reset.vue
#	src/views/user/setting/components/user-panel.vue
#	src/views/user/setting/index.vue
#	src/views/user/setting/locale/en-US.ts
#	src/views/user/setting/locale/zh-CN.ts
2024-12-27 10:32:25 +08:00
fba0fe8b77 fix(i18n模块): 修改部分i18n代码 2024-12-26 11:14:48 +08:00
7386ea2a94 feat(首页工作台): 新增首页工作台内容 2024-12-26 11:08:15 +08:00
vertoryao
6b25c03d37 feat(登录模块):优化登录流程 2024-12-24 17:13:37 +08:00
958a058308 update gitignore 2024-12-24 17:09:28 +08:00
2bff98212b first commit 2024-11-12 15:44:05 +08:00