From 8b0676462c8fdad333c8c65980696b07224be7ea Mon Sep 17 00:00:00 2001 From: "zhigang.li@tendcloud.com" Date: Thu, 11 Oct 2018 11:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E8=88=AA=E6=A0=8Fbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/main.vue b/src/components/main/main.vue index c466a3498..d079f660a 100644 --- a/src/components/main/main.vue +++ b/src/components/main/main.vue @@ -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)