We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
访问任意后台接口,后台报401,然后执行了checkStatus.ts的代码:
userStore.setToken(undefined); userStore.setSessionTimeout(true);
重新登录后,没有执行src/store/modules/permission.ts 中的 buildRoutesAction 方法的代码,导致没有拉取后台的菜单。
The text was updated successfully, but these errors were encountered:
#673
跟这个问题有点像。
Sorry, something went wrong.
请将checkStatus.ts中的userStore.setSessionTimeout(true);改为userStore.logout(true);
0d07084
No branches or pull requests
访问任意后台接口,后台报401,然后执行了checkStatus.ts的代码:
重新登录后,没有执行src/store/modules/permission.ts 中的 buildRoutesAction 方法的代码,导致没有拉取后台的菜单。
The text was updated successfully, but these errors were encountered: