|
|
@ -7,7 +7,6 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
import type { CasUser } from '/@/api/common/base/entity'; |
|
|
|
import type { CasUser } from '/@/api/common/base/entity'; |
|
|
|
import type { RequestOptions } from '/#/axios'; |
|
|
|
import type { RequestOptions } from '/#/axios'; |
|
|
|
import { SsoUser } from '/@/api/platform/system/entity/ssoUser'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 登录参数对象 */ |
|
|
|
/** 登录参数对象 */ |
|
|
|
export interface LoginParams { |
|
|
|
export interface LoginParams { |
|
|
|