remove permission control

This commit is contained in:
Pan
2019-04-19 21:26:11 +08:00
parent b0f58ee31e
commit b6147d33f3
8 changed files with 13 additions and 114 deletions

View File

@@ -88,14 +88,8 @@ export const constantRoutes = [
meta: { title: 'Form', icon: 'form' }
}
]
}
]
},
/**
* asyncRoutes
* the routes that need to be dynamically loaded based on user roles
*/
export const asyncRoutes = [
{
path: '/nested',
component: Layout,