Commit Graph

15 Commits

Author SHA1 Message Date
2bc05aaea8 refactor(iot): 优化设备管理功能
- 修改设备编辑功能,将"修改"改为"编辑"
- 优化设备搜索功能,支持按产品名称搜索
-完善设备详情页面,显示设备状态
- 调整路由配置,增加设备详情路由
2025-02-25 16:37:41 +08:00
6f99833fe5 refactor: 优化多个组件的代码结构和功能
- 移除了多个组件中的无用代码和不必要的 console.log 语句
- 优化了部分组件的用户选择和消息展示逻辑
- 统一了消息类型相关的命名
- 调整了部分组件的样式和布局
2025-02-23 18:04:12 +08:00
13296d4797 style:优化代码格式和缩进
- 使用 ESLint、Prettier 和 Stylelint 规则格式化代码
- 修复文件权限问题
- 优化部分组件的样式和布局
2025-02-17 22:42:51 +08:00
a9e39fd950 refactor(navbar): 重构角色切换功能
- 将角色名称改为角色备注显示在按钮上- 动态生成角色选项,提高可维护性
- 优化代码结构,提高可读性和可扩展性
2025-02-10 16:45:08 +08:00
d94cbe2aee feat(user): 添加用户角色切换功能并调整导航栏布局
- 在 user store 中添加 switchRole action用于切换用户角色
- 在导航栏中加入角色切换功能,允许用户在管理员和经理角色之间切换
- 优化导航栏布局,暂时注释掉公告通知按钮- 更新 API 调用,添加新的 switchRole 函数
2025-02-06 14:08:24 +08:00
d298aea3fb refactor(路由模块): 路由取消i8n判断 2025-01-10 15:09:16 +08:00
803ce3dfa6 perf(物联网产品,设备,物模型模块): 优化物联网管理整个模块代码及其它模块bug 2025-01-09 15:28:27 +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
6f08eda851 feat(消息模块): 新增消息的展示及增删改查
1.新增消息的头部展示
2.新增消息管理的增删改查功能
3.新增用户消息的查看
2024-12-26 10:36:24 +08:00
vertoryao
586bd23203 feat(菜单模块):添加菜单模块
- 优化登录流程
- 添加服务器端获取菜单
2024-12-25 17:03:45 +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