5 Commits

Author SHA1 Message Date
5616653a3f feat(api): 新增用户注册和菜单相关接口
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
- 新增用户注册接口和相关功能
- 新增菜单相关接口和功能
- 更新登录接口返回值结构
- 优化部门、角色和用户相关接口
- 调整日志相关接口路径
- 更新前端页面和组件以适应新的接口变化
2025-08-08 17:25:52 +08:00
d664927175 feat(web-antd): 适配物联网后台管理需求
- 修改基础配置,增加用户管理相关功能
- 更新 API 接口地址和路由守卫逻辑
- 调整菜单和角色管理界面
- 重构用户管理界面,支持添加和编辑用户
- 更新国际化文案
2025-08-05 14:24:14 +08:00
lengzhiqiang
8fee622395 refactor(system): 重构系统管理模块
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
- 部门管理:修改表格列配置,添加状态切换功能
- 菜单管理:调整表格列和表单字段,优化数据结构
- 角色管理:更新表格列配置,简化表单结构
- 优化国际化文案,调整API接口路径
2025-07-29 10:22:22 +08:00
lengzhiqiang
35fd3152b3 feat(auth): 完善用户登录和菜单加载逻辑
- 更新登录接口和返回值类型
- 添加用户信息和菜单列表的存储和使用
- 优化菜单加载和路由生成逻辑
- 调整登录成功后的路由跳转
- 移除不必要的模拟用户选项
2025-07-25 19:18:13 +08:00
lengzhiqiang
46e2049822 first commit 2025-07-23 14:01:21 +08:00