登录反馈-登录成功后跳转到论坛

This commit is contained in:
谢思 2025-11-18 09:14:04 +08:00
parent 1a3b4fee43
commit 2f12966df7
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function SiderBar(props) {
}
setFeedBackModal(true);
}else{
history.push(`/login?go_page=${pathname}?feedback`);
history.push(`/login?go_page=${forumsUrl}`);
}
}