Options
All
  • Public
  • Public/Protected
  • All
Menu

登录的布局

Hierarchy

  • LoginLayout

Index

Constructors

constructor

Properties

Static Private _sessionOutAlert

_sessionOutAlert: boolean

Methods

Static isShownSessionOutAlert

  • isShownSessionOutAlert(): boolean

Static showLoginPanel

  • showLoginPanel(): void

Static showLogout

  • showLogout(): void

Static showSessionOut

  • showSessionOut(message?: any): void

Static validOperate

  • validOperate(operate: any, callBack?: any, timeout?: any): void
  • 弹出安全验证功能操作

    Parameters

    • operate: any

      操作功能的描述

    • Optional callBack: any

      验证成功后回执函数

    • Optional timeout: any

      验证后的失效时间,单位 秒

    Returns void