每次进系统都弹角色选择
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -205,7 +205,7 @@ router.afterEach((to, from) => { | ... | @@ -205,7 +205,7 @@ router.afterEach((to, from) => { |
| 205 | } | 205 | } |
| 206 | } | 206 | } |
| 207 | document.documentElement.scrollTop = 0 | 207 | document.documentElement.scrollTop = 0 |
| 208 | if (to.query.code && to.query.code != localStorage.getItem('code')) { | 208 | if (to.query.code) { |
| 209 | userStore.getToken({ | 209 | userStore.getToken({ |
| 210 | code: to.query.code, | 210 | code: to.query.code, |
| 211 | appKey: 'idaas' | 211 | appKey: 'idaas' | ... | ... |
-
Please register or sign in to post a comment