积分 注册后返回

积分 注册后返回
This commit is contained in:
amypeng 2026-06-11 08:48:29 +08:00
parent 9ffa7a3629
commit 1bcaf803b3
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ function ZoneUser(props){
function apply() {
if(checkIfLogin()===false){
showLoginDialog()
showLoginDialog(`/zone/${deptId}/user`)
return false;
}
setApplyVisible(!applyVisible)