2022-10-16 Luke
fix: 取消重复请求,错误处理 (#2184)
目录@ b1f78c 提交对比
2022-07-19 newplum
fix(axios): 非GET请求时增加判断config.data是否为FormData (#2082)
目录@ 442bd4 提交对比
2022-07-10 sevth
fix: 修复使用 extendSlots 时插槽参数未传递的问题。 (#2056)
目录@ 266c33 提交对比
2022-07-07 Wit〆苗大
fix(is.ts): 修复isUrl正则不能匹配到 hash模式的外链 的问题 (#2051)
目录@ 6f5711 提交对比
2022-07-07 Tianyuan Zhang
refactor: update class AxiosTransform (#2041)
目录@ c0e40f 提交对比
2022-07-05 Wit〆苗大
fix(is.ts): fix#2028 修复isUrl正则可以匹配到/www问题 (#2033)
目录@ 91e13c 提交对比
2022-06-16 Jim
docs: 添加注释, 修复 (#1927)
目录@ 19dc88 提交对比
2022-05-20 山田
fix(echarts): 修复无法使用散点图表 (#1880)
目录@ c3b5ab 提交对比
2022-05-06 zuihou
fix(axios): 请求异常时,无法正确执行 catch
目录@ 419b7a 提交对比
2022-03-25 chenls
fix: Set cache overflow of the setTimeout Maximum delay value (#1742)
目录@ 0c633f 提交对比
2022-03-23 jianjianxu
fix: wrong item.time without the "expires" (#1740)
目录@ a54231 提交对比
2022-03-19 Captain
feat: add request retry (#1553)
目录@ 136cbb 提交对比
2021-12-28 Captain
fix: The value of ignoreCancelToken is not available in headers (#1506)
目录@ a28163 提交对比
2021-12-18 sevth
fix: Multiple calls to createAxios function transform parameters are overwr...
目录@ 4f35b9 提交对比
2021-12-12 XC
fix(treeHelper): 修复 listToTree 方法 parent 获取 children 问题 (#1464)
目录@ b70fad 提交对比
2021-12-10 zuihou
fix(BasicTree): 修复升级antdv3.x后产生的问题
目录@ 8523af 提交对比
2021-11-30 vben
refactor(tree): Refactor tree to support antv3.0
目录@ 52257f 提交对比
2021-11-24 vben
Merge branch 'feat/antdv3.x'
目录@ 413df9 提交对比
2021-11-10 vben
wip: Upgrade ant-design-vue 3.0
目录@ 3fcfac 提交对比
2021-11-24 Carson
refactor(dashboard): adjust the spacing of Card under the small screen (#1399)
目录@ dc4b05 提交对比
2021-11-11 vben
fix: type, #1347
目录@ 090d84 提交对比
2021-11-11 CXM
fix: fix base64 blob (#1356)
目录@ 013cb7 提交对比
2021-10-29 zuihou
fix: 全局日期格式化缺少秒(大多数场景日期格式都需要携带秒!)
目录@ 522534 提交对比
2021-10-26 vben
chore: fix type
目录@ a248e2 提交对比
2021-10-12 miofly
fix(type): 修复几个 ts 报错,和文件引用位置 (#1283)
目录@ 590288 提交对比
2021-10-05 erniu
feat(Upload): 兼容ant-design-vue的upload属性 (#1247)
目录@ 935d4f 提交对比
2021-09-14 无木
feat(demo): add token expired example
目录@ 6544f8 提交对比
2021-09-09 vben
chore: update deps
目录@ 996f2f 提交对比
2021-09-09 love-life
fix: 修改axios 中 urlPrefix 字段不生效问题 (#1170)
目录@ 7df9b5 提交对比
2021-08-24 vben
chore: format code
目录@ 56a966 提交对比
2021-08-20 无木
fix: refresh failed while token invalid
目录@ 3a5d1a 提交对比
2021-08-16 CXM
fix: add axios error info from response (#1083)
目录@ 72634f 提交对比
2021-08-13 vben
fix(types): fix some type errors
目录@ 9035fd 提交对比
2021-08-03 无木
fix(table): `cellFormat` support `Map`
目录@ 1214b7 提交对比
2021-07-29 Wang Weitao
fix: typo for utils/env (#1004)
目录@ e8eefd 提交对比
2021-07-23 SUPER_AI
fix(echarts): fix graphic config cannot be used in echarts options (#959)
目录@ 525484 提交对比
2021-07-23 wl19
fix(utils): The date function gets a non-date when the parameter is null (#...
目录@ 350c85 提交对比
2021-07-13 yanzhuang
fix(useWatermark): fix `func` call `createWatermark` call `clear` to resize...
目录@ a1d956 提交对比
2021-07-03 无木
feat(axios): use `defHttp` like `axios`
目录@ 49f39d 提交对比
2021-06-30 无木
fix(axios): option `withToken` not work
目录@ d509e8 提交对比
2021-06-29 无木
fix(lock-screen): ensure lock info is saved
目录@ d38ff6 提交对比
2021-06-29 无木
fix: multi windows token sharing
目录@ e5f378 提交对比
2021-06-29 无木
fix(lock-screen): fix lock-screen can skip on new window
目录@ d7b84c 提交对比
2021-06-29 无木
feat(axios): add `withToken` option
目录@ c99cf5 提交对比
2021-06-27 vben
feat(menu): the route is automatically mapped to the menu
目录@ 913c22 提交对比
2021-06-27 vben
perf(router): reduce the number of guard files
目录@ 327d71 提交对比
2021-06-27 bbkkkk8
fix(comp-tree): support comp-tree-foreach stop,add insertNodesByKey (#818)
目录@ d97aa9 提交对比
2021-06-26 无木
revert(axios): remove baseUrl config
目录@ 61d4ef 提交对比
2021-06-26 JinMao
fix: fix defHttp baseUrl work
目录@ d5f991 提交对比
2021-06-23 Vben
fix(upload): make sure to carry custom parameters, fix #802
目录@ c4b22a 提交对比
首页 | « 前一页 | 下一页 »