Commit 94bfd00e by html5-李恒逸

修复:微信页面退出两次会显示空白

parent addba98e
......@@ -226,7 +226,7 @@ class Logindis extends CI_Controller{
{
$this->session->sess_destroy();
//get 获取请求登录页
alert_redirect(site_url('distributor/logindis'));
alert_redirect(site_url('distributor/logindis/index'));
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment