no message

Former-commit-id: 19ac2bf5c9fcb0c7c0a8793c26c359b3f670cfc7 [formerly 1a0e79e324b4669848d544d94269369d5262a9e3] [formerly 19ac2bf5c9fcb0c7c0a8793c26c359b3f670cfc7 [formerly 1a0e79e324b4669848d544d94269369d5262a9e3] [formerly 19ac2bf5c9fcb0c7c0a8793c26c359b3f670cfc7 [formerly 1a0e79e324b4669848d544d94269369d5262a9e3] [formerly 1a0e79e324b4669848d544d94269369d5262a9e3 [formerly e58b976ab874ea13f93e434482bca18b7a51c8b3 [formerly f102db88434e29fc2cb5a6a4e6874022bf678df1]]]]]
Former-commit-id: 89cd72bdfcc139807b85f84a56adbeef3481af7a
Former-commit-id: ce0848823b35c638e7adec1b26eb99e77b8d6ad0
Former-commit-id: 9d9c9c1006f2638d1231e2de03779ec4cc603841 [formerly a3594f8959072a8e0a6ecb43773a2612f1599997]
Former-commit-id: 4cfac561a26e74c3ba3a05ffe06c2db802bb31b4
Former-commit-id: 5cd4afb6d2f19421bc115254225d92ab5c4a4077
Former-commit-id: afb54b9abe891d3bcaa46e960f007df1e113bd6f
Former-commit-id: ad837ce4e593e415d7bd1c30914912d12fbde650
Former-commit-id: c60112de09ab1c6f14f7a013d1454f65210404ab
This commit is contained in:
liyang
2018-07-03 14:28:18 +08:00
parent 07c4a4b41e
commit 50e0aaedb2

View File

@@ -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 })
}
})
}