feat: Upload Navbar done.
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
if(this.$route.params.type === 'filter') this.createFilterId= this.$route.params.fileId;
|
if(this.$route.params.type === 'filter') this.createFilterId= this.$route.params.fileId;
|
||||||
this.showNavbarBreadcrumb = this.$route.matched[0].name !== ('AuthContainer')? true : false;
|
this.showNavbarBreadcrumb = this.$route.matched[0].name !== ('AuthContainer') ? true : false;
|
||||||
this.getNavViewName();
|
this.getNavViewName();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -160,6 +160,9 @@ export default {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 'UPLOAD':
|
||||||
|
this.showNavbarBreadcrumb = false;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
// if(this.navViewName === 'DISCOVER') {
|
// if(this.navViewName === 'DISCOVER') {
|
||||||
// if(name === 'Map' || name === 'CheckMap') this.isActive = 'MAP';
|
// if(name === 'Map' || name === 'CheckMap') this.isActive = 'MAP';
|
||||||
|
|||||||
Reference in New Issue
Block a user