-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 27 files changed
- 7 contributors
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for daa22af - Browse repository at this point
Copy the full SHA daa22afView commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6cd90b1 - Browse repository at this point
Copy the full SHA 6cd90b1View commit details
Commits on Jul 12, 2021
-
Revert "feat: add drag-model directive in Dialog"
This reverts commit daa22af.
Configuration menu - View commit details
-
Copy full SHA for d3b24d6 - Browse repository at this point
Copy the full SHA d3b24d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55b844 - Browse repository at this point
Copy the full SHA c55b844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d2ff6 - Browse repository at this point
Copy the full SHA 37d2ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7285d - Browse repository at this point
Copy the full SHA af7285dView commit details
Commits on Jul 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d6f24f7 - Browse repository at this point
Copy the full SHA d6f24f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3bad6 - Browse repository at this point
Copy the full SHA 2e3bad6View commit details
Commits on Jul 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc3b6fc - Browse repository at this point
Copy the full SHA dc3b6fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a074fe - Browse repository at this point
Copy the full SHA 5a074feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a7e59 - Browse repository at this point
Copy the full SHA a4a7e59View commit details
Commits on Aug 17, 2021
-
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'),从此死循环开始。。。
Configuration menu - View commit details
-
Copy full SHA for 4747677 - Browse repository at this point
Copy the full SHA 4747677View commit details
Commits on Aug 18, 2021
-
fix: bug 修复打包后报错 TypeError: le.addRoute is not a function
原因是本地开发阶段引用的是npm包中的vue-router,与打包后externals中CDN载入的vue-router版本不一致导致的。
Configuration menu - View commit details
-
Copy full SHA for e30976b - Browse repository at this point
Copy the full SHA e30976bView commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 47cc069 - Browse repository at this point
Copy the full SHA 47cc069View commit details -
新增filters和sorter状态,用来保留refresh时丢失已选筛选排序bug
由于refresh里调用loadData未穿参数,会导致调用时已选的排序等数据在请求查询接口时丢失
Configuration menu - View commit details
-
Copy full SHA for 660a41f - Browse repository at this point
Copy the full SHA 660a41fView commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61632de - Browse repository at this point
Copy the full SHA 61632deView commit details
There are no files selected for viewing