Commit Graph

1189 Commits (4243b3000b8ae3612468453051eea73e911c2ae9)

Author SHA1 Message Date
YunaiV 49f13bf301 feat:增加 user 用户的导入功能 2025-04-05 08:21:32 +08:00
YunaiV cf434f0ed1 refactor:优化 date 范围查找的函数 2025-04-04 18:42:57 +08:00
芋道源码 72dd0bcbde
!67 feat: 时间段选择器拓展
Merge pull request !67 from puhui999/v5-next-tmp
2025-04-04 10:24:51 +00:00
YunaiV 5705098fc7 refactor:优化 sms 短信的实现 2025-04-04 18:20:59 +08:00
YunaiV 9f352291d7 refactor:优化 notify 站内信的实现 2025-04-04 18:02:02 +08:00
YunaiV a59c3bed8a refactor:优化 mail 邮箱的实现 2025-04-04 17:45:56 +08:00
puhui999 196218ae33 feat: 时间段选择器拓展 2025-04-04 15:58:04 +08:00
芋道源码 c03845ba99
!66 feat: 邮箱管理、站内信管理
Merge pull request !66 from puhui999/v5-next-tmp
2025-04-04 07:47:49 +00:00
YunaiV 8fee76a84b feat:增加 user 用户的部门筛选 2025-04-04 15:46:17 +08:00
Netfan b0ad08dbbc
feat: use the not-found component instead of the invalid route component in the backend mode (#5871)
* 后端菜单模式下,使用not-found组件代替无效的路由组件
2025-04-04 15:21:09 +08:00
puhui999 e140270b26 feat: 站内信模板管理 2025-04-04 14:13:30 +08:00
puhui999 6fcf1283af refactor: 代码优化 2025-04-04 14:02:23 +08:00
puhui999 663d3d0e9d feat: 站内信我的消息 2025-04-04 14:01:14 +08:00
puhui999 b0b986c152 feat: 站内信消息记录 2025-04-04 13:36:01 +08:00
Rascal-Coder 3600603016
fix: vxeGrid height fixed #5861 (#5862) 2025-04-04 13:16:31 +08:00
puhui999 3d692a583d feat: 邮箱管理 2025-04-04 12:54:03 +08:00
puhui999 28d1df74ad refactor: 短信管理相关模块 2025-04-04 12:37:12 +08:00
puhui999 ce18a22637 Merge remote-tracking branch 'yudao/v5-next' into v5-next-tmp 2025-04-04 11:36:35 +08:00
YunaiV 8fa52f0d30 feat:增加 user 用户的分配角色、重置密码 2025-04-04 10:44:40 +08:00
puhui999 53d2d33ab0 Merge remote-tracking branch 'yudao/v5-next' into v5-next-tmp 2025-04-04 10:43:13 +08:00
YunaiV 4870bff2a0 refactor:优化 tenantPackage 租户套餐的实现 2025-04-04 08:16:26 +08:00
芋道源码 b119319381
!65 feat: 新增tenantPackage 租户套餐功能
Merge pull request !65 from smthhy/v5-next
2025-04-04 00:00:20 +00:00
smthhy b85f75a581 feat: 新增tenantPackage 租户套餐功能 2025-04-04 00:21:53 +08:00
puhui999 8ecb0bca39 feat: 邮箱账号 2025-04-03 23:39:31 +08:00
puhui999 30d9fc388e feat: 邮件记录 2025-04-03 23:36:02 +08:00
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
superdl1996 cde1a85394
docs: typo (#5855) 2025-04-03 19:11:40 +08: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