/** * E 路由服务实现 */ export default class RouterService implements RouterService { push(path: string): Promise; }