From d4678f2fe3fbc7cf3634984b93b01ab06893a988 Mon Sep 17 00:00:00 2001 From: dubai Date: Sun, 11 Jan 2026 14:24:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor(system):=20=E7=A7=BB=E9=99=A4=E6=97=A7?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/web-antd/src/api/system/profile/model.d.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Yi.Vben5.Vue3/apps/web-antd/src/api/system/profile/model.d.ts b/Yi.Vben5.Vue3/apps/web-antd/src/api/system/profile/model.d.ts index eb681610..0c2fab3c 100644 --- a/Yi.Vben5.Vue3/apps/web-antd/src/api/system/profile/model.d.ts +++ b/Yi.Vben5.Vue3/apps/web-antd/src/api/system/profile/model.d.ts @@ -51,18 +51,6 @@ export interface User { deptName: string; } -/** - * @description 用户个人主页信息 - * @param user 用户信息 - * @param roleGroup 角色名称 - * @param postGroup 岗位名称 - */ -export interface UserProfile { - user: User; - roleGroup: string; - postGroup: string; -} - export interface UpdatePasswordParam { oldPassword: string; newPassword: string;