POST TIME:2017-12-15 22:36
織夢dedecms會員中心修改跳轉地址方法:
找到:/member/index_do.php 查找:
// 清除會員緩存 $cfg_ml->DelCache($cfg_ml->M_ID); if(empty($gourl) || preg_match("#action|_do#i", $gourl)) { ShowMsg("成功登錄,5秒鐘后轉向系統(tǒng)主頁...","index.php",0,2000); } else { $gourl = str_replace('^','&',$gourl); ShowMsg("成功登錄,現(xiàn)在轉向指定頁面...",$gourl,0,2000); } exit(); } |
ShowMsg("成功登錄,5秒鐘后轉向系統(tǒng)主頁...","index.php",0,2000); 中的index.php 就是跳轉地址,你要跳轉到首頁 就只需要改成/index.php即可