@@ -187,6 +187,7 @@ export class PageUserComponent implements OnInit {
this.updateUrlPageIndex(e);
this.getProfile();
}
+ /** 更新页码queryParams */
updateUrlPageIndex(page:number){
let search = window.location.search;
if(!search){