export enum ELoginType {
  密码登录 = 'password',
  短信登录 = 'phone',
  钉钉登录 = 'dd',
  微信登录 = 'wx',
  Token自动登录 = 'token',
}
