修改问题知识库

This commit is contained in:
sunFlower
2022-10-14 17:54:44 +08:00
parent 5806e04bff
commit 63d4075d1a
3 changed files with 4 additions and 4 deletions
@@ -41,7 +41,7 @@
this.$route.meta.title === ' Home Page') {
this.Navigation = this.$route.meta.title
this.subNavigation = null
let projectTitle = '蔚来全球法规平台'
let projectTitle = '全球法规平台'
document.title = projectTitle
} else {
this.updateMenu()
@@ -49,7 +49,7 @@
},
methods: {
updateMenu() {
let projectTitle = '蔚来全球法规平台'
let projectTitle = '全球法规平台'
const routes = this.$route.matched.concat()
const { hidden } = this.$route.meta
if (routes.length >= 3 && hidden) {