Copilot
fef1e35c54
fix: prevent JSONBigInt parsing error on non-string data ( #6891 )
* Initial plan
* Fix json-bigint serialization error when data is not a string
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
10 months ago
zhongming4762
f46ae023ba
feat: increase support for multiple time zones
* 优化实现方法
10 months ago
zhongming4762
3eed51fd3e
feat: increase support for multiple time zones
* 优化实现方法
10 months ago
zhongming4762
4d713db546
feat: increase support for multiple time zones
* 优化实现方法
10 months ago
Netfan
e5c937396d
fix: json-bigint parse used in vxeTable ( #6271 )
* 修复vxeTable不能加载json-bigint解析的数据的问题
1 year ago
Netfan
a1091bad46
feat: enhances compatibility with APIs returning large numeric values ( #6250 )
1 year ago
yuh
4baec83db5
feat: add examples: form-upload ( #5955 )
* feat: add examples: form-upload
* fix: upload: accept and label
* fix: upload: 设置表单值、图片预览
1 year ago
Netfan
96d2bc52e9
feat: pre-set serialization methods for request parameters ( #5814 )
添加快捷设置请求参数序列化方法的配置
1 year ago
Netfan
b37ed48b9d
feat: role management page with component `tree` ( #5675 )
* feat: add shadcn tree
* fix: update vbenTree component
* feat: role management demo page
* feat: add cellSwitch renderer for vxeTable
* chore: remove tree examples
1 year ago
Netfan
5e421ce607
chore: demo page menu management ( #5619 )
* 添加菜单管理演示页面
2 years ago
Netfan
d33261d0c2
chore: demo page for system/department ( #5611 )
* feat: department management demo
* perf: department page improve
* feat: demo api middleware
* fix: add losing import
2 years ago
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
添加Motion的用法例子
2 years ago
Netfan
10ebf03698
fix: auth api definition
2 years ago
Netfan
e225159cce
fix: request download and upload not support `responseReturn` ( #5456 )
* fix: request download and upload not support `responseReturn`
* docs: update
* fix: type of request client upload result
2 years ago
Netfan
22e6f28464
perf: easy to define fieldName of response data ( #5442 )
2 years ago
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
2 years ago
Vben
477a05c26c
feat: menu supports carrying default query ( #4687 )
2 years ago
Vben
240f0b5f8d
perf: improved exception handling when request status code is 200 ( #4679 )
2 years ago
Vben
ba4662522e
fix: fix request not displaying interface error messages correctly ( #4596 )
2 years ago
Vben
d37e2f599c
fix: naive ui form reset does not meet expectations ( #4569 )
* fix: naive ui form reset does not meet expectations
* fix: typo
2 years ago
Vben
4173264805
feat: add vxe-table component ( #4563 )
* chore: wip vxe-table
* feat: add table demo
* chore: follow ci recommendations to adjust details
* chore: add custom-cell demo
* feat: add custom-cell table demo
* feat: add table from demo
2 years ago
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
2 years ago
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
2 years ago
Li Kui
08acaf05f1
fix: solve the problem of recursive call to logout api ( #4265 )
2 years ago
Vben
2288827265
fix: fixed the failure to refresh the page when login failed ( #4204 )
2 years ago
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>
2 years ago
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
2 years ago