diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index fd514fa..f6a3286 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -11,7 +11,7 @@ export default { name: 'AppMain', computed: { key() { - return this.$route.fullPath + return this.$route.path } } }