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.
33 lines
691 B
33 lines
691 B
|
8 months ago
|
[
|
||
|
|
{
|
||
|
|
"name": "route.cips.data.country",
|
||
|
|
"path": "cips/data/country",
|
||
|
|
"parent": "/",
|
||
|
|
"priority": 0,
|
||
|
|
"module": "cips.frontend",
|
||
|
|
"component": "component.cips.data.country",
|
||
|
|
"componentPath": "@/views/data/Country.vue",
|
||
|
|
"redirect": null,
|
||
|
|
"meta": {
|
||
|
|
"permissions": [
|
||
|
|
"/cips/data/country/**/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "route.cips.data.bic",
|
||
|
|
"path": "cips/data/bic",
|
||
|
|
"parent": "/",
|
||
|
|
"priority": 0,
|
||
|
|
"module": "cips.frontend",
|
||
|
|
"component": "component.cips.data.bic",
|
||
|
|
"componentPath": "@/views/data/Bic.vue",
|
||
|
|
"redirect": null,
|
||
|
|
"meta": {
|
||
|
|
"permissions": [
|
||
|
|
"/cips/data/bic/**/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|