Change-Id: I8520944b7689744c026411178360785ef0fd9ed7
Issue-ID: USECASEUI-306
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
left: 0;
z-index: 100;
height: 100vh;
- background: #313449 url('/assets/images/UUIMenuBar.png') no-repeat;
+ background: #313449 url('assets/images/UUIMenuBar.png') no-repeat;
background-size: 100%;
.siderContent{
width: 100%;
getUrl(){
this.router.events.map(event=> {
if(event instanceof NavigationEnd){
- this.url = event['url'].slice(1)
+ this.url = event['urlAfterRedirects'].slice(1)
}
- }).subscribe(event=>{})
+ }).subscribe(event=>{})
}
//209.05.08 Get the currentLanguage