コード例 #1
0
 /**
  * 退出登录
  * */
 public function actionloginout()
 {
     usercookie::userLoginOut();
     $this->redirect('/erp/login');
 }