|
@ -222,7 +222,6 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
mounted () { |
|
|
mounted () { |
|
|
this.currentParent.title = `/ ${this.$t('common:sidebar.root')}` |
|
|
|
|
|
if (this.navMode === 'TREE') { |
|
|
if (this.navMode === 'TREE') { |
|
|
this.currentMode = 'browse' |
|
|
this.currentMode = 'browse' |
|
|
} else if (this.navMode === 'STATIC') { |
|
|
} else if (this.navMode === 'STATIC') { |
|
|