接口调整,对接后端部分的v2版本
This commit is contained in:
@@ -29,7 +29,7 @@ export class UpdateComponent implements OnInit {
|
||||
this.lastUpdate = data.result;
|
||||
});
|
||||
this.apiService.webUpdate().subscribe(data => {
|
||||
this.webUpdate = data.result.reverse();
|
||||
this.webUpdate = data.result;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user