Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vueComponent/ant-design-vue-pro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.2
Choose a base ref
...
head repository: vueComponent/ant-design-vue-pro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.3
Choose a head ref
  • 16 commits
  • 27 files changed
  • 7 contributors

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    daa22af View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    6cd90b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Revert "feat: add drag-model directive in Dialog"

    This reverts commit daa22af.
    sendya committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d3b24d6 View commit details
    Browse the repository at this point in the history
  2. fix: DynamicRouter

    sendya committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    c55b844 View commit details
    Browse the repository at this point in the history
  3. chore: update package

    sendya committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    37d2ff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af7285d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. multiple loads route

    MrAccle authored and sendya committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d6f24f7 View commit details
    Browse the repository at this point in the history
  2. multiple loads route

    MrAccle authored and sendya committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2e3bad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. 解决表单页和列表页的导航条重复显示问题

    lvsike authored and sendya committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    dc3b6fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a074fe View commit details
    Browse the repository at this point in the history
  3. chore: fix deploy script

    sendya committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    a4a7e59 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. fix: bug 修复鉴权时GetInfo与Logout双双失效导致路由死循环

    在src/permission.js鉴权时有以下流程:
    1 store
    2 .dispatch('GetInfo')
    3 .catch(()=>{
    4   store.dispatch('Logout').then(()=>{
    5        next({ path: loginRoutePath, query: { redirect: to.fullPath } })
    6   })
    7 })
    2行GetInfo的失败catch会执行触发store的Logout(4行),而Logout也失败不catch会直接resolve导致路由到loginRoutePath(5行),
    loginRoutePath会再次加载src/permission.js运行store.dispatch('GetInfo'),从此死循环开始。。。
    sammeishi authored and sendya committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4747677 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. fix: bug 修复打包后报错 TypeError: le.addRoute is not a function

    原因是本地开发阶段引用的是npm包中的vue-router,与打包后externals中CDN载入的vue-router版本不一致导致的。
    sammeishi authored and sendya committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e30976b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    47cc069 View commit details
    Browse the repository at this point in the history
  2. 新增filters和sorter状态,用来保留refresh时丢失已选筛选排序bug

    由于refresh里调用loadData未穿参数,会导致调用时已选的排序等数据在请求查询接口时丢失
    xiangzp authored and sendya committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    660a41f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    61632de View commit details
    Browse the repository at this point in the history
Loading