多租户前端修改提交

This commit is contained in:
yaoyn
2024-07-19 17:47:11 +08:00
parent d85c09bd83
commit 8034e9b090
23 changed files with 958 additions and 43 deletions

8
types/store.d.ts vendored
View File

@ -1,6 +1,7 @@
import { ErrorTypeEnum } from '/@/enums/exceptionEnum';
import { MenuModeEnum, MenuTypeEnum } from '/@/enums/menuEnum';
import { RoleInfo } from '/@/api/sys/model/userModel';
import {TenantInfo} from "/@/api/system/login/model";
// Lock screen information
export interface LockInfo {
@ -66,7 +67,14 @@ export interface UserInfo {
postId: string;
//岗位名称
postName: string;
//租户id
tenantId: string;
//租户名称
tenantName: string;
//租户编码
tenantCode: string;
tenants: TenantInfo[];
//所有部门
departments: DepartmentInfo[];
//所有部门