Commit Graph

85 Commits (c3358652fdc79c8d6fff8de78bed9e9ffce0b3bd)

Author SHA1 Message Date
dhb52 bc78f0feb8 style: 修复 lint 错误 2025-04-19 16:59:43 +08:00
YunaiV c97469f5d5 refactor:修改默认首页为 workspace 工作台 2025-04-19 16:51:08 +08:00
YunaiV 704ceac29b refactor:不展示 demos 和 vben 的路由 2025-04-19 16:47:27 +08:00
YunaiV 97d20d627b feat:优化 vben + antd 百度统计的实现 2025-04-19 16:41:49 +08:00
芋道源码 3ff60f9690
!75 refactor: 代码生成优化
Merge pull request !75 from puhui999/v-next
2025-04-19 01:34:56 +00:00
YunaiV 54f9d0c10f feat: 增加 sso 单点登录 2025-04-16 18:35:03 +08:00
puhui999 3cc9adc5b3 refactor: 代码生成代码优化 2025-04-15 18:19:29 +08:00
Netfan 93a44960d3 perf: optimize bootstrap modules to speed up first-screen loading (#5899)
优化首屏加载速度
2025-04-14 19:23:07 +08:00
芋道源码 17734ab040
!70 feat: 代码生成
Merge pull request !70 from puhui999/v-next
2025-04-10 14:24:44 +00:00
YunaiV 9fc51f085d feat:增加 social-login.vue 社交登录 2025-04-10 22:23:41 +08:00
puhui999 2207db02f5 feat: 代码生成 2025-04-10 11:34:20 +08:00
YunaiV 30a3157e7b refactor:查看 view,统一成详情 detail 2025-04-07 19:48:28 +08:00
xingyu4j 81fe98b62e fix: type error 2025-04-07 17:31:04 +08:00
YunaiV c754307f11 feat:增加 dict 字典 2025-04-06 18:56:42 +08:00
YunaiV 94ea0fc086 feat:增加 menu 菜单的列表(新增、修改、删除 100%) 2025-04-02 23:03:28 +08:00
YunaiV efa27360a3 feat: 字典相关放入auth store 中【b7465498】 2025-03-26 12:46:57 +08:00
YunaiV 1d1e70ee66 Merge branch 'dev-v5' of https://gitee.com/yudaocode/yudao-ui-admin-vben into dev-v5【788061ad】 2025-03-25 22:51:51 +08:00
YunaiV 1112409a3b feat: request && login && router【e6939e22】(验证码) 2025-03-24 20:11:44 +08:00
YunaiV 3c3886e345 feat: request && login && router【e6939e22】(不包括 login.vue 和 request.ts) 2025-03-20 12:34:02 +08:00
Netfan 816d1f5a69
fix: demos route fixed (#5405) 2025-01-15 19:24:02 +08:00
Netfan 76c4aa2c55 fix: hide root route in breadcrumb 2025-01-14 17:51:39 +08:00
Netfan 5965755caa
fix: root router config fixed (#5389) 2025-01-14 15:15:02 +08:00
Netfan 1ad54561b0
feat: add `noBasicLayout` in route meta (#5386)
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
2025-01-14 12:12:08 +08:00
Netfan a97c998be5
fix: user homePath no effect sometimes (#5166) 2024-12-17 21:39:12 +08:00
Arthur Darkstone ea8af98324
docs: add route config desc (#4857) 2024-11-11 19:22:39 +08:00
Netfan 488ccb5976
fix: page title is not updated after language switch. fixed: #4799 (#4813) 2024-11-05 13:58:56 +08:00
Vben fe7df5ad3b
feat: allow configuration of staticRroues (#4746)
* feat: allow configuration of staticRroues

* chore: update deps

* chore: typo
2024-10-27 21:58:39 +08:00
afe1 39e41d05be
fix: path '/auth' is blank page (#4731) 2024-10-24 22:43:49 +08:00
Vben 0df8c5c02c
refactor: reconstruct language files into multi-file structures (#4683)
* refactor: reconstruct language files into multi-file structures

* chore: typo
2024-10-19 14:28:21 +08:00
Vben 24d14c2841
refactor(adapter): separate form and component adapters so that components adapt to components other than the form (#4628)
* refactor: global components can be customized

* refactor: remove use Toast and reconstruct the form adapter
2024-10-13 18:33:43 +08:00
Vben 60c615ce8a
refactor: adjust layout refresh button and watermark; allow static i18n on language switch (#4579)
* refactor: adjust layout refresh button and watermark; allow static i18n on language switch

* chore: typo
2024-10-06 17:27:32 +08:00
Vben 76a879d4d8
fix: fixed some style issues (#4379) 2024-09-12 22:03:58 +08:00
Li Kui 8f6bf6add3
perf: update menu icons (#4357) 2024-09-11 16:23:24 +08:00
Vben 2288827265
fix: fixed the failure to refresh the page when login failed (#4204) 2024-08-20 22:33:25 +08:00
Vben 3c17f4e9f8
perf: all icons used in the core are offline (#4173)
* perf: all icons used in the core are offline

* chore: update default icon

* chore: update shadow
2024-08-17 21:11:07 +08:00
Vben 4793c4c0db
perf: staticRoutes is renamed externalRoutes (#4143) 2024-08-13 21:48:01 +08:00
Vben b464b87ac5
refactor: migrate demo applications to playground (#4116)
* chore: detail adjustment

* refactor: Migrate demo applications to playground

* perf: logic optimization

* chore: update docs

* chore: update docs
2024-08-11 16:09:32 +08:00
Netfan 9d6cc22dfa
fix: missing route data in guard, fixed: #4108 (#4115) 2024-08-11 09:25:55 +08:00
invalid w f1e0278bd8
chore: define examples router & add ellipsis comp (#4019)
* chore: define components router

* chore: 组件路由放置到演示路由下

* Revert "chore: 组件路由放置到演示路由下"

This reverts commit 3c24632ad51f031cf95aafa49183d7c5538098bb.

* chore: typo

* chore: 增加密码强度组件

* chore: 国际化密码强度的菜单

* chore(@vben/web-antd): 迁移文本省略组件

* chore: typo

* chore: 组件命名方式遵从packages

* chore: Optimize the onExpand function

* chore: update css

* chore(@vben/web-antd): optimize the getPosition function

* chore: add ellipsis-text in comm-ui

* chore: 文本省略组件迁移至common-ui

* feat(@vben/common-ui): Tooltip的tip支持style传参

* chore: 优化组件渲染

* chore: 使用css module解决样式冲突

* chore: update props

* chore: 优化css

* chore: rm unuse attr

---------

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2024-08-09 10:57:46 +08:00
sea 08391ad53e
feat: api suffix (#4065) 2024-08-07 13:42:33 +08:00
Donny Wang e27be2d47a
fix: successful login should not take you to the login page (#4056)
* fix: successful login should not take you to the login page

* chore: use DEFAULT_HOME_PATH constants

* chore: remove invalid spaces in script

* fix: lint error
2024-08-06 21:52:06 +08:00
likui628 fd03b7c000 chore: update router locales 2024-08-01 12:53:02 +08:00
vben 9b98b3190e chore: update deps 2024-08-01 00:06:36 +08:00
vben 546ff7caeb chore: Update the preview address 2024-08-01 00:01:39 +08:00
vben 89dcf522f5 refactor: Separate store 2024-07-30 21:10:28 +08:00
vben cd10eb9471 feat: Regular monitoring page update [deploy] 2024-07-29 22:35:18 +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
vince 14538f7ed5 refactor(project): re-adjust the overall folder 2024-07-23 00:03:59 +08:00
vben a1a566cb2f chore: update deps 2024-07-20 23:01:49 +08:00
vben 480580f104 feat: add 'maxNumOfOpenTab' to limit the maximum number of tabs with the same name 2024-07-20 11:14:32 +08:00