This commit is contained in:
piexlmax
2021-12-26 23:11:50 +08:00
parent be2681a114
commit 6bf3835728
2 changed files with 2 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ export default {
return this.$route.meta.title || '当前页面'
},
matched() {
return this.$route.meta.matcheds
return this.$route.matched
}
},
created() {