fix(login): fix the problem of successful login and notify disappearing

This commit is contained in:
vben
2020-12-11 22:08:36 +08:00
parent 0daca28362
commit 0434030f27
3 changed files with 9 additions and 1 deletions

View File

@@ -7,6 +7,13 @@
### 🎫 Chores
- 返回顶部样式调整,避免遮住其他元素
- 升级`ant-design-vue``2.0.0-rc.4`
### 🐛 Bug Fixes
- 修复多级路由缓存导致组件渲染多次的问题
- 修复地图图表切换后消失问题
- 修复登录成功 notify 消失问题
## 2.0.0-rc.13 (2020-12-10)