changes acls to merge with test
This commit is contained in:
parent
dd14ddb8bd
commit
e071fbb926
|
@ -8,7 +8,7 @@
|
||||||
"url": "/locator",
|
"url": "/locator",
|
||||||
"state": "locator",
|
"state": "locator",
|
||||||
"component": "vn-locator-index",
|
"component": "vn-locator-index",
|
||||||
"acl": ["developer"]
|
"acl": ["employee"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -8,7 +8,7 @@
|
||||||
"url": "/production",
|
"url": "/production",
|
||||||
"state": "production",
|
"state": "production",
|
||||||
"component": "vn-production-index",
|
"component": "vn-production-index",
|
||||||
"acl": ["developer"]
|
"acl": ["employee"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -14,7 +14,7 @@
|
||||||
"url": "/list",
|
"url": "/list",
|
||||||
"state": "routes.index",
|
"state": "routes.index",
|
||||||
"component": "vn-route-index",
|
"component": "vn-route-index",
|
||||||
"acl": ["developer"]
|
"acl": ["employee"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "/create",
|
"url": "/create",
|
||||||
|
|
Loading…
Reference in New Issue