4c244be7 by lihua

每次进系统都弹角色选择

1 parent 1e1353d7
......@@ -205,7 +205,7 @@ router.afterEach((to, from) => {
}
}
document.documentElement.scrollTop = 0
if (to.query.code && to.query.code != localStorage.getItem('code')) {
if (to.query.code) {
userStore.getToken({
code: to.query.code,
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!