export interface PROXY_TYPE { /** 后端服务的地址 */ serverHost: string; /** 登录地址 */ loginHost: string; /** 文件存储服务minio */ fileUploadHost: string; }