/**
  * 用户退出登录
  */
 public function userLogout()
 {
     Util::setRawCookie('u', '', -1);
 }