This commit is contained in:
piexlmax
2021-12-26 22:44:29 +08:00
parent 019829d0db
commit be2681a114
2 changed files with 63 additions and 43 deletions

View File

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