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
版本号:3.5.3
问题描述:
此问题之前问过,回复说是已修复,可是我更新最新代码后还是不行。 #611
看了最新版的代码,登录后都是调用src/store/modules/user.ts的afterLoginAction方法,而且每种登录都是没有传递goHome参数,即goHome参数只能是true,也就是说肯定会执行 goHome && (await router.replace((userInfo && userInfo.homePath) || PageEnum.BASE_HOME)); 拉了最新的代码,本地部署后也是跳转到首页
goHome && (await router.replace((userInfo && userInfo.homePath) || PageEnum.BASE_HOME));
The text was updated successfully, but these errors were encountered:
还没发布
Sorry, something went wrong.
No branches or pull requests
版本号:3.5.3
问题描述:
此问题之前问过,回复说是已修复,可是我更新最新代码后还是不行。
#611
看了最新版的代码,登录后都是调用src/store/modules/user.ts的afterLoginAction方法,而且每种登录都是没有传递goHome参数,即goHome参数只能是true,也就是说肯定会执行
goHome && (await router.replace((userInfo && userInfo.homePath) || PageEnum.BASE_HOME));
拉了最新的代码,本地部署后也是跳转到首页
The text was updated successfully, but these errors were encountered: