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
登录后,token过期,src/plugin/axios/index.js里只删除了uuid,然后跳转到登录页。此时src/router/index.js 中的isFetchPermissionInfo已经是等于true,路由也已经加载该A用户的权限路由跟菜单,如果登录其他账号B,那么B显示的是A的路由跟菜单。所以如果过期的话,应该需要进行刷新吧
src/plugin/axios/index.js
uuid
src/router/index.js
isFetchPermissionInfo
true
The text was updated successfully, but these errors were encountered:
这个要怎么弄。一点都不懂都前端小白求指点啊, 我这边也发现这个问题。
Sorry, something went wrong.
No branches or pull requests
登录后,token过期,
src/plugin/axios/index.js
里只删除了uuid
,然后跳转到登录页。此时src/router/index.js
中的isFetchPermissionInfo
已经是等于true
,路由也已经加载该A用户的权限路由跟菜单,如果登录其他账号B,那么B显示的是A的路由跟菜单。所以如果过期的话,应该需要进行刷新吧The text was updated successfully, but these errors were encountered: