123456789101112131415161718 |
- import { Router } from '@angular/router';
- import Parse from "parse";
- import * as i0 from "@angular/core";
- export declare class StaffService {
- private router;
- redirectURL: string;
- staff: Parse.Object;
- realStaff: Parse.Object;
- isSuperAdmin: boolean;
- constructor(router: Router);
- checkStaff(): Promise<boolean>;
- loadStaffByUser(isRefresh?: boolean): Promise<any>;
- isPeiZhu: boolean;
- checkIsPeiZhu(): Promise<void>;
- peizhuJob(route: any): boolean;
- static ɵfac: i0.ɵɵFactoryDeclaration<StaffService, never>;
- static ɵprov: i0.ɵɵInjectableDeclaration<StaffService>;
- }
|