reuse
This commit is contained in:
@ -7,9 +7,8 @@
|
||||
* @Reference:
|
||||
*/
|
||||
import { Inject, Injectable, Injector } from '@angular/core';
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
import { Router } from '@angular/router';
|
||||
import { cacheConf } from '@conf/cache.conf';
|
||||
import { eventConf } from '@conf/event.conf';
|
||||
import { sysConf } from '@conf/sys.conf';
|
||||
import { DA_SERVICE_TOKEN, ITokenService } from '@delon/auth';
|
||||
import { MenuService, SettingsService } from '@delon/theme';
|
||||
@ -78,7 +77,6 @@ export class EAUserService extends BaseService {
|
||||
public settings: SettingsService,
|
||||
private menuService: MenuService,
|
||||
public router: Router,
|
||||
public ar: ActivatedRoute,
|
||||
@Inject(DA_SERVICE_TOKEN) public tokenSrv: ITokenService,
|
||||
private settingSrv: SettingsService
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user