This commit is contained in:
Pan
2019-05-21 10:17:08 +08:00
parent 131b9b9eff
commit 581e0d9d76
2 changed files with 6 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ export default {
return this.$store.state.tagsView.cachedViews
},
key() {
return this.$route.fullPath
return this.$route.path
}
}
}