fengxiang
2018-06-27 a52dc7a6e7119d575c611f9c2800649dff029f5e
src/app/routes/dashboard/v1/v1.component.ts
@@ -10,7 +10,7 @@
export class DashboardV1Component implements OnInit {
    constructor(private http: _HttpClient, public msg: NzMessageService,
    public loginService:LoginService) { }
    public loginService: LoginService) { }
    todoData: any[] = [
        { completed: true, avatar: '1', name: '苏先生', content: `请告诉我,我应该说点什么好?` },