관리-배팅리스트
This commit is contained in:
parent
47b3333bad
commit
a1c0deeb8f
|
@ -231,7 +231,9 @@
|
||||||
<button mat-menu-item (click)="__onClickMessage($event)">
|
<button mat-menu-item (click)="__onClickMessage($event)">
|
||||||
쪽지보내기
|
쪽지보내기
|
||||||
</button>
|
</button>
|
||||||
<button mat-menu-item>배팅리스트</button>
|
<button mat-menu-item (click)="__onClickSignout($event)">
|
||||||
|
배팅리스트
|
||||||
|
</button>
|
||||||
<button mat-menu-item (click)="__onClickSignout($event)">
|
<button mat-menu-item (click)="__onClickSignout($event)">
|
||||||
강제로그아웃
|
강제로그아웃
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -173,6 +173,11 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||||
let url: string = 'member/user/' + id;
|
let url: string = 'member/user/' + id;
|
||||||
this.router.navigateByUrl(url);
|
this.router.navigateByUrl(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
viewSlot(id: string): void {
|
||||||
|
let url: string = 'game/slot';
|
||||||
|
this.router.navigateByUrl(url);
|
||||||
|
}
|
||||||
// -----------------------------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------------------------
|
||||||
// @ Private methods
|
// @ Private methods
|
||||||
// -----------------------------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user