Skip to content

Commit

Permalink
修复导航栏bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li@tendcloud.com committed Oct 11, 2018
1 parent 58d08a5 commit 8b06764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b06764

Please sign in to comment.