Commit Graph

27 Commits

Author SHA1 Message Date
dap
114126dfc4 chore: 注释优化 2025-01-19 19:42:44 +08:00
dap
429002ade2 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2025-01-19 19:20:24 +08:00
Netfan
5611f6c7f5
perf: request support to set how to return response (#5436)
* feat: request support to set how to return response

* docs: typo

* fix: test unit

* test: add request responseReturn test
2025-01-19 17:41:26 +08:00
dap
261be4a3a6 refactor: 登录超时的i18n 2025-01-17 21:18:44 +08:00
dap
087b9126b2 fix: requestClient缺失i18n内容 2025-01-17 21:13:56 +08:00
dap
77cd005f15 fix: 下载文件时(responseType === 'blob')需要判断下载失败(返回json而非二进制)的情况 2025-01-17 10:48:52 +08:00
dap
48ca7aca8c fix: 微服务版本 区间查询和中文搜索条件一起使用 无法正确查询 2024-12-06 09:27:11 +08:00
dap
d214da3303 chore: 移除requestClient的一些冗余参数 2024-11-25 09:34:21 +08:00
dap
0428b5447e fix: Content-Language header 2024-11-23 17:56:03 +08:00
Vben
477a05c26c
feat: menu supports carrying default query (#4687) 2024-10-19 19:50:23 +08:00
Vben
240f0b5f8d
perf: improved exception handling when request status code is 200 (#4679) 2024-10-18 22:00:41 +08:00
dap
162b3207fd chore: 更新注释信息 2024-10-18 15:02:39 +08:00
dap
0a27114ea3 fix: 登出相关逻辑在并发(非await)情况下重复执行的问题 2024-10-12 11:29:06 +08:00
Vben
ba4662522e
fix: fix request not displaying interface error messages correctly (#4596) 2024-10-09 22:08:55 +08:00
dap
e5ba0a2f31 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-26 07:55:41 +08:00
Vben
a46c85d77d
chore: update documentation and deps (#4510)
* chore: update docs

* chore: update deps

* chore: update action

* fix: reset after preferences are refreshed

* fix: ci error
2024-09-25 23:09:48 +08:00
Vben
f815dcf3ae
fix: after deleting the form item, you will also get the form value (#4481)
* fix: after deleting the form item, you will also get the form value
2024-09-23 22:59:58 +08:00
dap
cce35ec6c4 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-21 19:45:28 +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
0a2bc105f6 chore: 响应拦截器顺序 2024-08-20 10:48:51 +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
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
dap
4bef95bbfa chore: 去除无用打印 2024-08-07 16:02:08 +08:00
dap
c31259598b chore: 脚手架 2024-08-07 08:57:56 +08:00
vben
89dcf522f5 refactor: Separate store 2024-07-30 21:10:28 +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