File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 77### 🎫 Chores
88
99- 返回顶部样式调整,避免遮住其他元素
10+ - 升级` ant-design-vue ` 到` 2.0.0-rc.4 `
11+
12+ ### 🐛 Bug Fixes
13+
14+ - 修复多级路由缓存导致组件渲染多次的问题
15+ - 修复地图图表切换后消失问题
16+ - 修复登录成功 notify 消失问题
1017
1118## 2.0.0-rc.13 (2020-12-10)
1219
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class User extends VuexModule {
114114
115115 // const name = FULL_PAGE_NOT_FOUND_ROUTE.name;
116116 // name && router.removeRoute(name);
117- goHome && router . replace ( PageEnum . BASE_HOME ) ;
117+ goHome && ( await router . replace ( PageEnum . BASE_HOME ) ) ;
118118 return userInfo ;
119119 } catch ( error ) {
120120 return null ;
Original file line number Diff line number Diff line change 9999 password: ' 123456' ,
100100 // verify: undefined,
101101 });
102+
102103 const formState = reactive ({
103104 loading: false ,
104105 });
You can’t perform that action at this time.
0 commit comments