fengxiang
2018-07-11 a3a8c23b196980732a795713a5eb5fe0c7075bf9
src/app/routes/widgets/widgets/widgets.component.ts
@@ -55,11 +55,6 @@
  dislike = false;
  constructor(public msg: NzMessageService, private http: _HttpClient) {
    this.http.get('/user-context').subscribe(
      res => {
         console.log(res);
      }
    );
    this.http.get('/chart/visit').subscribe((res: any[]) => {
      this.data = res;
      this.smallData = res.slice(0, 6);