ruoyi-plus-vben5/packages/stores/src/modules
ming4762 3d9dba965f
perf: perf the control logic of Tab (#6220)
* perf: perf the control logic of Tab

* 每个标签页Tab使用唯一的key来控制关闭打开等逻辑
* 统一函数获取tab的key
* 通过3种方式设置tab key:1、使用router query参数pageKey 2、使用路由meta参数fullPathKey设置使用fullPath或path作为key
* 单个路由可以打开多个标签页
* 如果设置fullPathKey为false,则query变更不会打开新的标签(这很实用)

* perf: perf the control logic of Tab

* perf: perf the control logic of Tab

* 测试用例适配

* perf: perf the control logic of Tab

* 解决AI提示的警告
2025-05-18 10:33:02 +08:00
..
access.test.ts refactor: Separate store 2024-07-30 21:10:28 +08:00
access.ts feat: encrypt the privacy data when it is persisted (#6056) 2025-04-27 20:59:10 +08:00
index.ts feat: encrypt the privacy data when it is persisted (#6056) 2025-04-27 20:59:10 +08:00
tabbar.test.ts perf: perf the control logic of Tab (#6220) 2025-05-18 10:33:02 +08:00
tabbar.ts perf: perf the control logic of Tab (#6220) 2025-05-18 10:33:02 +08:00
user.test.ts fix: the brand color setting does not take effect (#4405) 2024-09-14 21:35:12 +08:00
user.ts fix: naive ui form reset does not meet expectations (#4569) 2024-10-05 17:09:42 +08:00