成功登录无提示跳转完美解决方法
编辑发布:飞将军
打开do/login.php文件
查找代码:
refreshto("$jumpto","登录成功!!<div style='display:none;'><iframe src='crontab.php' width=0 height=0></iframe></div></div>{$uc_login_code}",1);
更改为:
refreshto("$jumpto","登录成功!!<div style='display:none;'><iframe src='crontab.php' width=0 height=0></iframe></div></div>{$uc_login_code}",0);
即可以实现在登录成功后直接跳转,而不影响其他提示跳转。
|
点击率:1756
|
|