Sign in

canrd-outside / order-erp-front · Commits

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • Commits 1,833
  • Compare
  • Branches 6
  • Tags 0
ce480c5d664d03536c2077fdb469e57c0fbf79a1
  • order-erp-front
  • src
  • utils
  • http
  • axios
  • Axios.ts
27 Feb, 2023
1 commit
  • fix 主动调用 axioscancelToken 的 cancel 取消请求时 无效的问题 (#2586) ...
    c70cf3ca
    cancelToken 如果被深拷贝,会导致最外层无法使用cancel方法来取消请求
    tttleon authored
    2 years ago  
    Browse Dir »

07 Jul, 2022
1 commit
  • refactor: update class AxiosTransform (#2041) ...
    c0e40fa0
    rename transformRequestHook to transformResponseHook
    Tianyuan Zhang authored
    3 years ago  
    Browse Code »

16 Jun, 2022
1 commit
  • docs: 添加注释, 修复 (#1927) ...
    19dc88b4
    * docs: 添加注释
    
    * docs: 添加注释
    
    * fix: 后台动态权限changePermissionCode加上await
    
    * docs: 添加注释
    
    * docs: 添加注释
    
    * docs: 添加注释
    
    * docs: 添加注释
    
    * docs: 添加注释
    Jim authored
    3 years ago  
    Browse Dir »

06 May, 2022
1 commit
  • fix(axios): 请求异常时,无法正确执行 catch
    419b7aea
    zuihou authored
    3 years ago  
    Browse Dir »

19 Mar, 2022
1 commit
  • feat: add request retry (#1553)
    136cbb1e
    Captain authored
    3 years ago  
    Browse Code »

28 Dec, 2021
1 commit
  • fix: The value of ignoreCancelToken is not available in headers (#1506)
    a281631a
    Captain authored
    4 years ago  
    Browse Dir »

26 Oct, 2021
1 commit
  • chore: fix type
    a248e200
    vben authored
    4 years ago  
    Browse Code »

12 Oct, 2021
1 commit
  • fix(type): 修复几个 ts 报错,和文件引用位置 (#1283) ...
    59028867
    * fix(type): 删除多余的类型定义
    
    * fix(login): 删除登录时的 toRaw 包裹参数
    
    * fix(type): 修复几个 ts 报错,和文件引用位置
    miofly authored
    4 years ago  
    Browse Dir »

05 Oct, 2021
1 commit
  • feat(Upload): 兼容ant-design-vue的upload属性 (#1247) ...
    935d4fc1
    1. 兼容`name`属性,用于自定义发到后台的文件参数名; 2. 兼容`filename`属性
    
    Co-authored-by: erniu <joe.cheng237@gmail.com>
    erniu authored
    4 years ago  
    Browse Dir »

16 Aug, 2021
1 commit
  • fix: add axios error info from response (#1083) ...
    72634ffe
    * fix(type): fix ant-design-vue  ->
    
    * fix: add axios error info from response
    CXM authored
    4 years ago  
    Browse Dir »

23 Jun, 2021
1 commit
  • fix(upload): make sure to carry custom parameters, fix #802
    c4b22a22
    Vben authored
    4 years ago  
    Browse Code »

17 Jun, 2021
1 commit
  • feat(axios): added authenticationScheme configuration,fix #774
    b6d5b079
    Vben authored
    4 years ago  
    Browse Code »

16 Jun, 2021
1 commit
  • refactor(axios): control the display of common errors in the request cycle (#758) ...
    49b66e83
    Co-authored-by: frankylli <frankylli@tencent.com>
    xlaoyu authored
    4 years ago  
    Browse Dir »

06 Jun, 2021
1 commit
  • chore(axios): remove useless code
    50f94bfe
    Vben authored
    4 years ago  
    Browse Code »

28 May, 2021
1 commit
  • fix(login): login page modal style fixed: #662 (#666) ...
    b218f10e
    * fix: catch axios error data on request
    
    * fix(login): login page modal style fixed: #662
    Netfan authored
    4 years ago  
    Browse Dir »

05 May, 2021
1 commit
  • perf: set header can use For Qs (#562) ...
    5724bc5b
    set header can use For Qs
    Yirius authored
    4 years ago  
    Browse Dir »

17 Apr, 2021
1 commit
  • fix: update Axios.ts (#492) ...
    e1b30a50
    1. 应该使用传递进来的 请求头
    2. 针对有数组类型的参数,应该用brackets 或者 repeat 。  最好将arrayFormat参数改成可以让使用者通过入参来改的。  参考: https://blog.csdn.net/pifutan/article/details/86320705
    最后 authored
    4 years ago  
    Browse Code »

09 Mar, 2021
1 commit
  • chore: update deps
    970d4049
    Vben authored
    4 years ago  
    Browse Code »

01 Mar, 2021
1 commit
  • feat: add dept management page
    3b8ca420
    Vben authored
    4 years ago  
    Browse Dir »

26 Feb, 2021
2 commits
  • fix: ensure to request the interface correctly
    11d3f395
    Vben authored
    4 years ago  
    Browse Code »
  • perf: imporve axios logic
    a821d9a3
    Vben authored
    4 years ago  
    Browse Code »

24 Feb, 2021
1 commit
  • feat: axios supports form-data format requests
    c41fa752
    Vben authored
    4 years ago  
    Browse Dir »

13 Feb, 2021
1 commit
  • perf: adjust the return value of the interface to obtain user information in array format #259
    58940930
    vben authored
    4 years ago  
    Browse Dir »

10 Feb, 2021
1 commit
  • wip: code adjustment and optimization
    5810078b
    vben authored
    4 years ago  
    Browse Code »

09 Dec, 2020
1 commit
  • refactor(lock-page): refactor lock page
    4ce1d526
    vben authored
    5 years ago  
    Browse Code »

15 Nov, 2020
1 commit
  • perf(upload): improve upload component
    661db0c7
    vben authored
    5 years ago  
    Browse Dir »

12 Nov, 2020
2 commits
  • fix: type error
    ecfb702b
    vben authored
    5 years ago  
    Browse Dir »
  • wip: add upload component
    746d4a74
    jq authored
    5 years ago  
    Browse Dir »

22 Oct, 2020
1 commit
  • fix: fix drawer autoHeight
    88de82c4
    vben authored
    5 years ago  
    Browse Code »

13 Oct, 2020
1 commit
  • feat: projectSetting add closeMessageOnSwitch and removeAllHttpPending
    e83cb06b
    nebv authored
    5 years ago  
    Browse Code »

28 Sep, 2020
1 commit
  • initial commit
    2f6253cf
    陈文彬 authored
    5 years ago  
    Browse File »