We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acb1c7 commit c2011b6Copy full SHA for c2011b6
src/store/modules/user.js
@@ -151,6 +151,7 @@ const filterAsyncRouter = (routerMap) => {
151
path: item.path,
152
name: item.name,
153
hidden: item.hidden === 1,
154
+ redirect: item.redirect,
155
meta: item.meta,
156
children: item.children ? filterAsyncRouter(item.children) : null,
157
component: views[`../../views/${item.component}.vue`]
0 commit comments