dap
|
ca645cfc91
|
chore: 错误时刷新验证码
|
2024-09-02 14:17:49 +08:00 |
|
dap
|
13083e6545
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-09-01 13:07:06 +08:00 |
|
Vben
|
8404c12129
|
refactor: refactor AuthLayout to configure the login page more freely (#4294)
|
2024-08-31 21:38:24 +08:00 |
|
afe1
|
a7d322019e
|
style: optimize dashboard in small screen styles and demo (#4293)
|
2024-08-31 21:24:48 +08:00 |
|
dap
|
14d9bf2d73
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-08-31 16:11:35 +08:00 |
|
afe1
|
071cc0dcec
|
style: optimize dashboard in small screen styles (#4288)
Co-authored-by: afe1 <yunfei.zhu@nwowtec.com>
|
2024-08-31 13:06:53 +08:00 |
|
dap
|
2fa88b688d
|
chore: 回滚代码
|
2024-08-30 14:35:29 +08:00 |
|
孟彦祖
|
73ab356269
|
perf: 优化backMenuToVbenMenu逻辑 https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IAIFB0
|
2024-08-30 06:28:07 +00:00 |
|
孟彦祖
|
5c569939c6
|
fix: Tinymce切换菜单会造成disabled失效 https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IAL8BD
|
2024-08-29 08:31:37 +00:00 |
|
dap
|
9056f6a543
|
fix: 修改echarts组件导入地址
|
2024-08-29 16:25:41 +08:00 |
|
孟彦祖
|
00c95c373d
|
perf: 去除Tinymce的快捷工具 https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IAL8JD
|
2024-08-29 16:09:59 +08:00 |
|
Li Kui
|
08acaf05f1
|
fix: solve the problem of recursive call to logout api (#4265)
|
2024-08-28 22:37:47 +08:00 |
|
dap
|
1fe260a391
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-08-27 08:14:19 +08:00 |
|
Vben
|
8a0b1e0c72
|
refactor: package chart-ui integrated into plugins (#4238)
* refactor: package chart-ui integrated into plugins
* fix: lint error
|
2024-08-26 21:42:56 +08:00 |
|
dap
|
257dda6b0a
|
chore: modal/drawer demo
|
2024-08-26 09:25:15 +08:00 |
|
dap
|
cce35ec6c4
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-08-21 19:45:28 +08:00 |
|
Li Kui
|
cd652941cd
|
fix: switching language does not load the translation of the component correctly (#4205)
closes #4191
|
2024-08-21 10:06:06 +08:00 |
|
Vben
|
2288827265
|
fix: fixed the failure to refresh the page when login failed (#4204)
|
2024-08-20 22:33:25 +08:00 |
|
dap
|
a6524088fa
|
fix: tinymce theme
|
2024-08-20 14:49:30 +08:00 |
|
dap
|
460a5ff494
|
fix: 切换语言/主题 编辑器禁用状态不匹配
|
2024-08-20 14:34:17 +08:00 |
|
dap
|
610c007558
|
chore: api
|
2024-08-20 14:19:15 +08:00 |
|
dap
|
91b8c08a64
|
chore: 修改api名称
|
2024-08-20 14:18:47 +08:00 |
|
dap
|
33da27939c
|
chore: 未知原因造成无法导出
|
2024-08-20 14:11:54 +08:00 |
|
dap
|
a2994b74a5
|
fix: https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IAL4T6
|
2024-08-20 11:19:00 +08:00 |
|
dap
|
45b6e05abc
|
chore: tinymce主题
|
2024-08-20 10:58:54 +08:00 |
|
dap
|
0a2bc105f6
|
chore: 响应拦截器顺序
|
2024-08-20 10:48:51 +08:00 |
|
dap
|
6c43d818a0
|
feat: 移植TinyMCe组件
|
2024-08-20 10:17:48 +08:00 |
|
dap
|
c66fc1179b
|
chore: 修改about地址
|
2024-08-20 08:45:45 +08:00 |
|
dap
|
d1e1fecbaa
|
chore: 不需要refreshtoken
|
2024-08-20 08:44:59 +08:00 |
|
dap
|
dcb9844e0c
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-08-20 08:44:26 +08:00 |
|
Li Kui
|
01d60336a6
|
feat: refactor and improve the request client and support refreshToken (#4157)
* feat: refreshToken
* chore: store refreshToken
* chore: generate token using jsonwebtoken
* chore: set refreshToken in httpOnly cookie
* perf: authHeader verify
* chore: add add response interceptor
* chore: test refresh
* chore: handle logout
* chore: type
* chore: update pnpm-lock.yaml
* chore: remove test code
* chore: add todo comment
* chore: update pnpm-lock.yaml
* chore: remove default interceptors
* chore: copy codes
* chore: handle refreshToken invalid
* chore: add refreshToken preference
* chore: typo
* chore: refresh token逻辑调整
* refactor: interceptor presets
* chore: copy codes
* fix: ci errors
* chore: add missing await
* feat: 完善refresh-token逻辑及文档
* fix: ci error
* chore: filename
---------
Co-authored-by: vince <vince292007@gmail.com>
|
2024-08-19 22:59:42 +08:00 |
|
dap
|
4e268d6334
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-08-18 10:05:18 +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 |
|
dap
|
abf863dcda
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-08-13 22:12:15 +08:00 |
|
Vben
|
4793c4c0db
|
perf: staticRoutes is renamed externalRoutes (#4143)
|
2024-08-13 21:48:01 +08:00 |
|
simple
|
16a21e084e
|
!2 fix: 正则表达式 代码中没有使用捕获组问题
Merge pull request !2 from simple/div
|
2024-08-12 20:36:20 +00:00 |
|
dap
|
85ab87fae1
|
refactor: 改为Page组件包裹
|
2024-08-12 07:53:45 +08:00 |
|
dap
|
f38dc1387c
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-08-12 07:38:55 +08:00 |
|
Vben
|
517acada1a
|
refactor: adjust all sample pages and use page components (#4118)
|
2024-08-11 20:05:52 +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 |
|
dap
|
3648854909
|
fix: info颜色问题 https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IAIR1X
|
2024-08-09 14:00:07 +08:00 |
|
dap
|
6ef9dba129
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2024-08-09 11:14:37 +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 |
|
dap
|
1589292bbb
|
feat: oauth登录(页面 不包含逻辑)
|
2024-08-09 09:00:07 +08:00 |
|
dap
|
23de465f6f
|
chore: 去除无用打印
|
2024-08-08 16:30:37 +08:00 |
|
dap
|
01379f0c97
|
chore: 添加demo
|
2024-08-08 16:28:23 +08:00 |
|
dap
|
a14f516bd0
|
feat: demo
|
2024-08-08 15:50:37 +08:00 |
|
dap
|
b661237366
|
chore: tag示例
|
2024-08-08 15:37:07 +08:00 |
|
dap
|
68f6937b5b
|
fix: 切换租户从缓存获取
|
2024-08-08 15:14:10 +08:00 |
|