4c244be7 by lihua

每次进系统都弹角色选择

1 parent 1e1353d7
...@@ -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'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!