|
@@ -3,6 +3,7 @@ const integrationRoutes = {
|
|
|
path: '/',
|
|
|
component: Layout,
|
|
|
redirect: "/integration",
|
|
|
+ meta: { roles: ['dataCollect'] },
|
|
|
children: [
|
|
|
{
|
|
|
path: '/integration',
|
|
@@ -13,7 +14,7 @@ const integrationRoutes = {
|
|
|
path: '/integration',
|
|
|
name: 'integration',
|
|
|
component: {
|
|
|
- render(c) {
|
|
|
+ render (c) {
|
|
|
return c('router-view')
|
|
|
}
|
|
|
},
|