修复导航栏bug
This commit is contained in:
parent
58d08a5ece
commit
8b0676462c
|
|
@ -145,10 +145,10 @@ export default {
|
|||
/**
|
||||
* @description 初始化设置面包屑导航和标签导航
|
||||
*/
|
||||
this.setTagNavList()
|
||||
this.addTag({
|
||||
route: this.$store.state.app.homeRoute
|
||||
})
|
||||
this.setTagNavList()
|
||||
this.setBreadCrumb(this.$route)
|
||||
// 设置初始语言
|
||||
this.setLocal(this.$i18n.locale)
|
||||
|
|
|
|||
Loading…
Reference in New Issue