Commit Graph

20 Commits

Author SHA1 Message Date
dap
e5bbaf5f9a feat(客户端管理): 优化客户端管理界面功能
- 添加默认客户端ID常量
- 重构密钥输入组件使用SpaceCompact布局
- 替换TableSwitch为ApiSwitch并优化状态切换逻辑
2026-01-16 09:36:49 +08:00
dap
fbd5b64345 feat(oss-config): 添加YesNo常量并优化OSS配置表单
在constants/core.ts中添加YesNo常量
移除oss-config表单中多余的formItemClass属性
将TableSwitch替换为ApiSwitch并实现状态切换功能
2026-01-15 10:14:16 +08:00
dap
448856e547 feat(role): 添加角色管理相关常量并优化角色状态切换
refactor(role): 使用常量替换硬编码的角色ID和key
fix(role): 修正角色排序默认值为1
feat(component): 导出ApiSwitch全局组件
2026-01-15 10:03:39 +08:00
dap
b84eabf1c9 feat(常量): 添加超级管理员ID和启用状态常量
在核心常量文件中添加 SUPERADMIN_USER_ID 和 EnableStatus 常量
在用户管理页面中使用新常量替代硬编码值
2026-01-15 09:54:42 +08:00
dap
35c96b3a9e refactor(constants): 将字典枚举从core/shared移动到@vben/constants
将字典枚举相关常量从packages/@core/base/shared/src/constants移动到packages/constants模块
更新相关导出和导入路径,保持功能不变但改善代码组织结构
2026-01-15 09:41:41 +08:00
dap
29dd4ce7f7 refactor: 登录超时逻辑 2025-07-04 15:41:09 +08:00
dap
b0763d6429 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2025-05-04 17:23:32 +08:00
aonoa
41152d1722 refactor: modify the default homepage path loaded from the preference… (#6099)
* refactor: modify the default homepage path loaded from the preferences.ts

Signed-off-by: aonoa <1991849113@qq.com>

* refactor: modify the default homepage path loaded from the preferences.ts

Signed-off-by: aonoa <1991849113@qq.com>

---------

Signed-off-by: aonoa <1991849113@qq.com>
2025-05-03 16:03:08 +08:00
dap
db955071d7 refactor: 默认租户id提取为常量 2025-03-23 00:59:07 +08:00
Vben
860fc15ce6 perf: adjustment of form spelling errors, type adjustment, closer to actual development (#4694) 2024-10-20 21:44:25 +08:00
vben
cf0ec053e4 refactor: Integrate the @vben-core/shared package 2024-07-30 21:05:03 +08:00
Vben
376fd17a61 feat: Feature/pro docs (#70)
* chore: merge main

* feat: update docs

* feat: remove coze-assistant

* feat: add watermark plugin

* feat: update preferences

* feat: update docs

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-07-28 14:29:05 +08:00
vben
5e0b01c725 feat: add @vben/hooks and @vben-core/constants 2024-07-13 16:53:22 +08:00
vben
6147d13a29 docs: update docs 2024-07-07 23:52:19 +08:00
vben
c58c0797ba feat: add dashboard page 2024-06-23 23:18:55 +08:00
vben
382652e0f4 feat: support pwa 2024-06-16 15:45:15 +08:00
vben
1d6b1f4926 feat: 回退页面完善 2024-06-08 20:14:04 +08:00
vben
7bcd7746ca chore: format code 2024-06-08 19:49:06 +08:00
vben
f7b97e8a83 chore: update deps 2024-06-01 22:17:52 +08:00
vben
c31d21be50 feat(other): The menu supports jumping to external links and fixing some known problems 2024-05-21 21:45:48 +08:00