diff --git a/src/main.js b/src/main.js index 87900b6e..4c3fed76 100755 --- a/src/main.js +++ b/src/main.js @@ -121,7 +121,8 @@ new Vue({ if (route.children) { push(route.children) } else { - tagPool.push(route) + const { meta, name, path } = route + tagPool.push({ meta, name, path }) } }) }