summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-09-03 03:11:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-03 03:11:51 +0000
commit3602cdf0c287459e907e8ce3dc63d271bf1e712b (patch)
tree4c9db4c7c7bcfc96ebe1e1ca722c49d5b6c1d3f8 /usecaseui-portal/src/app
parent3c3840524ee11c1385045e9801918bcb05b71fb5 (diff)
parent544dc41453c524bec4273dda5010897eda566251 (diff)
Merge "bug: menu bar bug fix"
Diffstat (limited to 'usecaseui-portal/src/app')
-rw-r--r--usecaseui-portal/src/app/app.component.less2
-rw-r--r--usecaseui-portal/src/app/app.component.ts4
2 files changed, 3 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/app.component.less b/usecaseui-portal/src/app/app.component.less
index 78cc4e44..ed7ad4f1 100644
--- a/usecaseui-portal/src/app/app.component.less
+++ b/usecaseui-portal/src/app/app.component.less
@@ -46,7 +46,7 @@ nz-layout {
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%;
diff --git a/usecaseui-portal/src/app/app.component.ts b/usecaseui-portal/src/app/app.component.ts
index 2642b3ed..8e3b41e9 100644
--- a/usecaseui-portal/src/app/app.component.ts
+++ b/usecaseui-portal/src/app/app.component.ts
@@ -37,9 +37,9 @@ export class AppComponent {
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