Commit Graph

1081 Commits (ac62d805c63b102aa55349bf64a4c1513c95064b)

Author SHA1 Message Date
puhui999 c0317477c1 feat: 邮件模版 2025-04-03 23:33:23 +08:00
superdl1996 49ddc64da9 docs: typo (#5855) 2025-04-03 23:06:05 +08:00
Netfan 5390070880 docs: fix alert demo in docs 2025-04-03 23:06:05 +08:00
Netfan e0cfe4a4b1 chore: update deps (#5854) 2025-04-03 23:06:02 +08:00
Netfan 8b8bd11963 fix: alert `beforeClose` callback arguments fixed (#5845) 2025-04-03 23:04:54 +08:00
ming4762 3b6acb626c fix: 解决AccessModeType:backend登录过期,重新登录不会重新生成路由的问题,重现步骤分析: (#5830)
1、长时间未登录登录过期,再次打开页面构开始生成动态路由
2、fetchMenuListAsync后台返回401登录过期:doReAuthenticate函数跳转到登录页面
3、异常被拦截,return []
4、gurad.ts accessStore.setIsAccessChecked(true); 被错误的标识为已生成路由
5、重新登录后,accessStore.isAccessChecked=true未能正确的重新生成路由
2025-04-03 23:04:54 +08:00
Netfan 82547b3c44 feat: add preset alert, confirm, prompt components that can be simple called (#5843)
* feat: add preset alert, confirm, prompt components that can be simple called

* fix: type define
2025-04-03 23:04:54 +08:00
Joeshu c4d46638d3 docs: add third-party libraries to check update methods (#5819) 2025-04-03 23:04:54 +08:00
Arthur Darkstone 2bcbe36f8d docs: add explanation and related script configuration to distinguish build environment (#5826)
* docs: add explanation and related script configuration to distinguish build environment

* docs: fix spell error
2025-04-03 23:04:54 +08:00
Netfan 8ced32cb2d docs: fix api-component demo link (#5828) 2025-04-03 23:04:54 +08:00
Netfan bafbf4a433 chore: add demo for apiComponent with caching and concurrency (#5827)
* chore: add demo for apiComponent with caching and concurrency

* docs: update api component docs
2025-04-03 23:04:54 +08:00
YunaiV 3d634b8cc4 refactor:优化 sms 短信的实现 2025-04-03 22:56:03 +08:00
芋道源码 6d1513498e
!64 feat: 短信管理
Merge pull request !64 from puhui999/v5-next-tmp
2025-04-03 13:59:44 +00:00
puhui999 83ae8ce3fa fix: 查询参数类型改为 any 2025-04-03 21:36:44 +08:00
YunaiV c1d846ab57 refactor:优化 tenant 租户的实现 2025-04-03 21:34:08 +08:00
puhui999 113813ec94 fix: page 接口返回类型使用 PageResult,null 类型属性改为可选 2025-04-03 21:31:03 +08:00
puhui999 09a22a3113 fix: data.ts 按照 fieldName、label、component、rules、dependencies 这样的顺序。 2025-04-03 21:18:43 +08:00
puhui999 6ecfcb07bd Revert "feat: 本地开发默认 website"
This reverts commit 198cd6912c.
2025-04-03 21:03:54 +08:00
芋道源码 932797405b
!62 feat: 新增tenant 列表功能
Merge pull request !62 from smthhy/v5-next
2025-04-03 12:39:24 +00:00
smthhy 545f9f5bc1 feat: 新增tenant 列表功能 2025-04-03 18:55:04 +08:00
puhui999 ba82401cd4 feat: 邮箱管理相关 api 2025-04-03 18:12:51 +08:00
puhui999 bca7938c6f fix: 短信相关接口文件夹统一命名格式 2025-04-03 17:49:38 +08:00
puhui999 d288cd6be2 feat: 短信日志 2025-04-03 17:43:52 +08:00
puhui999 7f37ca4a6b fix: 短信模板、渠道 api 格式修复 2025-04-03 17:15:07 +08:00
puhui999 b852f23867 feat: 短信模板 2025-04-03 16:57:33 +08:00
puhui999 8f385f1da3 feat: 短信渠道 2025-04-03 15:11:01 +08:00
puhui999 198cd6912c feat: 本地开发默认 website 2025-04-03 12:52:30 +08:00
YunaiV 14f06c98ef feat: 初始化 user 用户管理 2025-04-03 09:02:44 +08:00
YunaiV 0d5993527e refactor: 统一 dept、menu、post、role 的代码风格 2025-04-03 07:49:00 +08:00
YunaiV ff67eb3380 refactor: 将 menu 的 data.ts 融合到 index.vue 中 2025-04-02 23:16:48 +08:00
YunaiV 94ea0fc086 feat:增加 menu 菜单的列表(新增、修改、删除 100%) 2025-04-02 23:03:28 +08:00
YunaiV 18ac4cb14c feat:增加 menu 菜单的列表(新增、修改、删除 80%) 2025-04-02 21:46:43 +08:00
YunaiV 09d0cfa87e feat:增加 menu 菜单的列表(初始化) 2025-04-01 21:46:50 +08:00
YunaiV 5ab0eb163a bugfix: 构建 menu 时,解决 name 重复问题(否则,会导致跳转不对) 2025-04-01 21:44:52 +08:00
YunaiV ee711fc8ab feat:角色 role 的分配菜单 100%(基于 VbenTree) 2025-04-01 13:55:11 +08:00
YunaiV d7545cbd27 refactor: 移除多余的【重置】按钮 2025-04-01 09:56:32 +08:00
YunaiV 42c9e19f80 feat:角色 role 的数据权限 100%(基于 VbenTree) 2025-03-31 21:53:08 +08:00
YunaiV ee0ac825f2 feat:角色 role 的数据权限 90%(基于 VbenTree) 2025-03-31 18:13:02 +08:00
YunaiV 36838c910b feat:角色 role 的数据权限 80% 2025-03-31 16:53:51 +08:00
YunaiV 108d13b896 feat:角色 role 的数据权限 50% 2025-03-31 15:47:48 +08:00
YunaiV 9f48aeb434 feat:水印 content 改成 userid + nickname 2025-03-31 11:10:17 +08:00
Netfan 0f5937204f fix: vbenTree modelValue synchronization (#5825) 2025-03-31 11:09:36 +08:00
Jin Mao a61d9003dd feat: sidebar button config (#5818)
* feat: 新增 PreferenceCheckboxItem 组件

* feat(preferences): 添加侧边栏按钮配置功能

* feat: 新增按钮点击事件触发功能

* feat(SidebarPreferences): 新增侧边栏折叠按钮与固定按钮配置

* feat(ui): 新增侧边栏固定按钮及配置选项

* fix(test): 修正侧边栏配置项缺失问题
2025-03-31 11:09:36 +08:00
Netfan ed2da6315e fix: watermark settings in the preferences modified accidentally (#5823) 2025-03-31 11:09:36 +08:00
Jin Mao 3f4e878e69 feat(tabbar): 添加右键菜单过滤功能 (#5820) 2025-03-31 11:09:36 +08:00
anyup 5bace9de1f fix: route root.children duplicate problem (#5755)
Co-authored-by: anyup <anyupxing@163.com>
2025-03-31 11:09:36 +08:00
zhang 2e80c773db style: 更正引用格式 (#5784) 2025-03-31 11:09:36 +08:00
YunaiV c4fd6b89b6 feat:角色 role 的实现 50%(crud + export 功能) 2025-03-29 21:18:48 +08:00
YunaiV a6a5b55229 feat: add verification comp【31315a7f】 2025-03-29 20:14:32 +08:00
YunaiV 584f107ae1 refactor: 使用 vben 自带的 paramsSerializer 枚举,替代原本自己封装的方法 2025-03-29 20:13:39 +08:00