perf: 优化 租户切换
This commit is contained in:
@@ -7,15 +7,8 @@ import { acceptHMRUpdate, defineStore } from 'pinia';
|
||||
type AccessToken = null | string;
|
||||
|
||||
type VisitTenantId = {
|
||||
accountCount: number;
|
||||
contactMobile: string;
|
||||
contactName: string;
|
||||
expireTime: Date;
|
||||
id?: number;
|
||||
id: number;
|
||||
name: string;
|
||||
packageId: number;
|
||||
status: number;
|
||||
website: string;
|
||||
};
|
||||
|
||||
interface AccessState {
|
||||
|
||||
Reference in New Issue
Block a user