|
|
|
@ -13,7 +13,6 @@ import { CookieService } from 'ngx-cookie-service';
|
|
|
|
|
styleUrls: ['./app.component.scss'] |
|
|
|
|
}) |
|
|
|
|
export class AppComponent { |
|
|
|
|
title = '数据采集管理平台'; |
|
|
|
|
|
|
|
|
|
constructor(private http:HttpClient,private router:Router,public token:CacheTokenService,private cookieService: CookieService) { } |
|
|
|
|
|
|
|
|
|