export interface Data { token:string, refreshToken:string, expires: number, realName:string } export interface windows { token:string } export enum isno { "是", "否" }