打开do/login.php文件
查找代码:
refreshto("$jumpto","登录成功!!<div style='display:none;'><iframe src='crontab.php' wiidth=0 heiight=0></iframe></div></div>{$uc_login_code}",1);
更改为:
refreshto("$jumpto","登录成功!!<div style='display:none;'><iframe src='crontab.php' wiidth=0 heiight=0></iframe></div></div>{$uc_login_code}",0);
即可以实现在登录成功后直接跳转,而不影响其他提示跳转。