You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
841 B
38 lines
841 B
[
|
|
{
|
|
"name": "route.scheduler.manager.frontend",
|
|
"path": "lcdp/frontend",
|
|
"parent": "/",
|
|
"priority": 0,
|
|
"component": "component.lcdp.Frontend",
|
|
"componentPath": "@/views/Frontend.vue",
|
|
"redirect": null,
|
|
"meta": {
|
|
"permissions": ["/lcdp/frontend/**/*"]
|
|
}
|
|
},
|
|
{
|
|
"name": "route.lcdp.theme",
|
|
"path": "lcdp/theme",
|
|
"parent": "/",
|
|
"priority": 0,
|
|
"component": "component.lcdp.Theme",
|
|
"componentPath": "@/views/Theme.vue",
|
|
"redirect": null,
|
|
"meta": {
|
|
"permissions": ["/lcdp/theme/**/*"]
|
|
}
|
|
},
|
|
{
|
|
"name": "route.lcdp.bpm",
|
|
"path": "lcdp/bpm",
|
|
"parent": "/",
|
|
"priority": 0,
|
|
"component": "component.lcdp.bpm",
|
|
"componentPath": "@/views/bpm/Bpm.vue",
|
|
"redirect": null,
|
|
"meta": {
|
|
"permissions": ["/lcdp/bpm/**/*"]
|
|
}
|
|
}
|
|
]
|
|
|