PlatformConfig: {
    appConfig: AppConfig;
    dnsAddr: string;
    tenant: string;
    documentTitle: string | null;
    documentIcon: string | null;
    env: string;
    hasUserCenter: boolean;
    hasAuth: boolean;
    authResourcePaths: string[];
    baseResourcePaths: string[];
    basePath: string;
    sysPrefixPath: string;
    frontendName: string;
}