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
⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭
我尝试实现一个业务需求,从主界面跳转点击按钮进行跳转,点击不同按钮,返回的角色不一样,显示的菜单也不一样。 为了实现这个需求,我将userInfo内的homePath进行了修改,但是homePath默认被固定在tab栏,无法关闭,如果此时回到主界面点击另一个按钮时,则会保留上个tab,但这个tab又不在本次菜单内,导致最终显示404.
我使用下面的代码进行重新获取userInfo,渲染菜单,会出现问题 userStore.setToken(token); // 重新获取用户信息和菜单 userStore.getUserInfoAction(); refreshMenu();
userStore.setToken(token); // 重新获取用户信息和菜单 userStore.getUserInfoAction(); refreshMenu();
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
No branches or pull requests
描述 Bug
我尝试实现一个业务需求,从主界面跳转点击按钮进行跳转,点击不同按钮,返回的角色不一样,显示的菜单也不一样。
为了实现这个需求,我将userInfo内的homePath进行了修改,但是homePath默认被固定在tab栏,无法关闭,如果此时回到主界面点击另一个按钮时,则会保留上个tab,但这个tab又不在本次菜单内,导致最终显示404.
复现 Bug
我使用下面的代码进行重新获取userInfo,渲染菜单,会出现问题
userStore.setToken(token); // 重新获取用户信息和菜单 userStore.getUserInfoAction(); refreshMenu();
系统信息
The text was updated successfully, but these errors were encountered: