tslint编译问题-内存溢出

public selectedSubject: Subject<{
id: string,
music: string,
title: string,
user_tag_id: string,
user_token: string
}> = new Subject();
 
改 public selectedSubject: Subject<any> = new Subject();
 
如果返回对象数据结构不一致 本地汇报内存溢出 
this.audioService.selectedSubject.next({
...music
});
posted @ 2018-12-26 18:05  前端小厨-美食博主  阅读(275)  评论(0编辑  收藏  举报