From 91eedcdaf4842e6ba65256212653b360f507d48d Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Fri, 1 Sep 2023 21:04:00 +0800 Subject: [PATCH] chore: casUserId move sysUserId --- src/api/platform/core/entity/user.ts | 1 - 1 file changed, 1 deletion(-) 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 {