관리-배팅리스트

This commit is contained in:
이담 정 2022-08-14 12:43:15 +00:00
parent 47b3333bad
commit a1c0deeb8f
2 changed files with 8 additions and 1 deletions

View File

@ -231,7 +231,9 @@
<button mat-menu-item (click)="__onClickMessage($event)">
쪽지보내기
</button>
<button mat-menu-item>배팅리스트</button>
<button mat-menu-item (click)="__onClickSignout($event)">
배팅리스트
</button>
<button mat-menu-item (click)="__onClickSignout($event)">
강제로그아웃
</button>

View File

@ -173,6 +173,11 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
let url: string = 'member/user/' + id;
this.router.navigateByUrl(url);
}
viewSlot(id: string): void {
let url: string = 'game/slot';
this.router.navigateByUrl(url);
}
// -----------------------------------------------------------------------------------------------------
// @ Private methods
// -----------------------------------------------------------------------------------------------------