diff --git a/src/api/platform/core/entity/user.ts b/src/api/platform/core/entity/user.ts index 4414c4d..bb60b1a 100644 --- a/src/api/platform/core/entity/user.ts +++ b/src/api/platform/core/entity/user.ts @@ -7,7 +7,6 @@ */ import type { CasUser } from '/@/api/common/base/entity'; import type { RequestOptions } from '/#/axios'; -import { SsoUser } from '/@/api/platform/system/entity/ssoUser'; /** 登录参数对象 */ export interface LoginParams {