|
7f781112a9
|
feat:整合字典管理
|
2025-03-23 11:00:34 +08:00 |
|
|
43ea8ed755
|
fix: 为代码生成模板添加按钮权限,导出功能;修复已知bug
|
2025-03-18 22:54:52 +08:00 |
|
|
849e63b192
|
Merge remote-tracking branch 'soybeanjs/main' into ruoyi
# Conflicts:
# CHANGELOG.md
# README.md
# package.json
# pnpm-lock.yaml
# src/plugins/loading.ts
# src/store/modules/auth/index.ts
|
2025-02-28 10:29:21 +08:00 |
|
|
9b9455d945
|
feat(projects): support loading page dark mode adaptation. (#702)
|
2025-01-26 22:32:05 +08:00 |
|
|
60dd22624b
|
fix(projects): fix login success notification. fixed #688
|
2024-12-26 11:07:48 +08:00 |
|
|
101b6f9000
|
optimize(projects): use defu to fill added theme config
|
2024-12-16 16:35:47 +08:00 |
|
|
9f4fb8c3fb
|
fix(projects): check if init userInfo when initAuthRoute. fixed #680
|
2024-12-11 12:38:50 +08:00 |
|
|
0dfcf18b64
|
optimize(projects): optimize router guard
|
2024-12-11 12:11:15 +08:00 |
|
|
ba38119efd
|
feat(projects): support show tab when not loggedIn
|
2024-12-10 16:54:15 +08:00 |
|
|
ab9858c7d0
|
fix(projects): fix route guard hook onRouteSwitchWhenLoggedIn . fixed #680
|
2024-12-10 14:58:32 +08:00 |
|
|
09144dfe93
|
refactor(projects): refactor router guard. fix #655 (#667)
|
2024-11-15 12:39:57 +08:00 |
|
|
06a8bacc05
|
merge: 合并 soy 1.3.8
|
2024-11-04 11:33:21 +08:00 |
|
|
df5dd24c29
|
fix: 修复代码生成异常提示
|
2024-11-04 11:16:53 +08:00 |
|
|
b667eab76a
|
refactor(projects)!: refactor route cache & support reset route cache strategy
|
2024-10-25 00:58:29 +08:00 |
|
|
d5479c2f68
|
merge: 合并 soy 1.3.6
|
2024-09-27 10:28:46 +08:00 |
|
|
0ac95bdcf5
|
fix(projects): when the roles filter submenu is empty, the parent menu is not excluded. fixed #621. (#626)
|
2024-09-18 10:58:13 +08:00 |
|
|
6561f0b5f9
|
optimize(projects): optimize code
|
2024-09-08 18:35:13 +08:00 |
|
|
c0ad0e4e4f
|
feat: 新增代码生成预览抽屉
|
2024-09-07 18:27:39 +08:00 |
|
|
9a0df2e4f3
|
feat: 菜单支持 iframe
|
2024-09-07 12:48:39 +08:00 |
|
|
79b2a28b5a
|
fix(projects): fix breadcrumb when activeMenu is parent menu. fixed #589
|
2024-09-07 09:48:53 +08:00 |
|
|
824974e904
|
feat: 新增代码生成页面
|
2024-09-04 15:50:09 +08:00 |
|
|
3d426fb8e1
|
feat: 封装数据字典
|
2024-09-04 09:11:04 +08:00 |
|
|
0130688265
|
feat: 整合动态路由
|
2024-09-03 15:27:10 +08:00 |
|
|
8ab7ee2268
|
feat: 新增菜单管理页面
|
2024-09-03 12:19:57 +08:00 |
|
|
89f5e8577e
|
feat: 整合 sse 推送
|
2024-09-02 09:34:34 +08:00 |
|
|
3830ec7a69
|
fix(projects): fix login redirect
|
2024-08-23 10:50:21 +08:00 |
|
|
243de247f7
|
feat: 整合登录
|
2024-08-16 16:33:11 +08:00 |
|
|
4dde4c22b1
|
feat(projects): add color fading mode.close #567 (#569)
|
2024-07-28 23:00:22 +08:00 |
|
|
087e532613
|
refactor(projects)!: refactor global menu & support reversed-horizontal-mix-menu . close #365
|
2024-07-22 00:19:12 +08:00 |
|
|
00f41dd25e
|
refactor(projects): change css vars mount to root
|
2024-07-20 04:05:24 +08:00 |
|
|
1d1b148c8f
|
refactor(projects): combine theme tokens and theme settings . close #379
|
2024-07-20 04:00:32 +08:00 |
|
|
a91335d74b
|
refactor(projects): replace cloneDeep of lodash-es with klona
|
2024-07-20 02:14:20 +08:00 |
|
|
e035eab223
|
optimize(projects): supports custom menu icon sizes (#534)
|
2024-07-09 16:59:03 +08:00 |
|
|
b94baa18c1
|
optimize(projects): optimize code
|
2024-06-15 00:49:24 +08:00 |
|
|
3eeace94dd
|
fix(projects): Fix the issue of abnormal tab caching after logout. fixed #495
|
2024-06-15 00:39:53 +08:00 |
|
|
2198b982f0
|
perf(project): Initializing the static routing function does not require asynchronization (#493)
|
2024-06-14 11:47:16 +08:00 |
|
|
ff51b72dac
|
fix(projects): fix get user info when page reload
|
2024-06-07 11:54:06 +08:00 |
|
|
5531a68641
|
feat(projects): get user info in router guard and remove in localStorage. close #459
|
2024-06-06 23:31:06 +08:00 |
|
|
59faf15229
|
fix(projects): fix reCacheRoute. fixed #464
|
2024-06-02 01:14:48 +08:00 |
|
|
086bad474e
|
chore(other): correct spell mistake (#460)
|
2024-05-31 23:14:47 +08:00 |
|
|
e379d6ce67
|
fix(projects): fix multi tab page only render once. fixed #441
|
2024-05-24 02:23:59 +08:00 |
|
|
57b4a9d532
|
fix(projects): add error handle when get routes in dynamic route mode. fixed 440
|
2024-05-20 00:28:41 +08:00 |
|
|
0774a51525
|
fix(projects): fix useRouter. fixed #436
|
2024-05-20 00:22:51 +08:00 |
|
|
3b47b5a56f
|
fix(projects): fix menu data when role is changed. fixed #391
|
2024-05-07 15:08:30 +08:00 |
|
|
c4b5c65625
|
feat(projects): page: support manage_menu more options. close #366
|
2024-05-07 01:39:52 +08:00 |
|
|
ebe55af7d5
|
chore(projects): merge main to v1.1.0
|
2024-05-05 01:34:24 +08:00 |
|
|
dae2aa5513
|
fix(projects): recovery the layout config before is mobile. fixed #408, fixed #361
|
2024-04-27 13:07:19 +08:00 |
|
|
b3e9bbaeaa
|
perf(projects): perf judgement the fixed tab
|
2024-04-27 02:00:51 +08:00 |
|
|
4708eded4c
|
fix(projects): fix tab fixedIndex as null case
|
2024-04-27 00:25:56 +08:00 |
|
|
a1920fcad9
|
feat(projects): add recommend color switch. closed #388
|
2024-04-26 02:19:48 +08:00 |
|