remove permission control
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user