Commit 8a69402e authored by liuzheng712's avatar liuzheng712

revert: ignore login function

parent d1819087
...@@ -16,7 +16,6 @@ import 'rxjs/add/operator/catch'; ...@@ -16,7 +16,6 @@ import 'rxjs/add/operator/catch';
declare let jQuery: any; declare let jQuery: any;
// declare var Clipboard: any; // declare var Clipboard: any;
import * as io from 'socket.io-client'; import * as io from 'socket.io-client';
import {environment} from '../environments/environment';
export class Group { export class Group {
id: number; id: number;
...@@ -204,7 +203,7 @@ export class AppService implements OnInit { ...@@ -204,7 +203,7 @@ export class AppService implements OnInit {
this._logger.level = 0; this._logger.level = 0;
} }
this.checklogin(); // this.checklogin();
} }
ngOnInit() { ngOnInit() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment