Browse Source

[完善]表头完善

develop
陈鹏飞 5 years ago
parent
commit
ce03a615f1
  1. 1
      src/app/app.component.ts
  2. 2
      src/index.html

1
src/app/app.component.ts

@ -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) { }

2
src/index.html

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>数据采集管理平台</title>
<title>数据采集平台</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">

Loading…
Cancel
Save