/// <summary>
 /// 用户登出
 /// </summary>
 private void USER_LOGOUT()
 {
     FSecurityHelper.SignOut();
 }