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.
62 lines
1.4 KiB
62 lines
1.4 KiB
[
|
|
{
|
|
"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/**/*"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "route.cips.blacklist.country",
|
|
"path": "cips/blacklist/country",
|
|
"parent": "/",
|
|
"priority": 0,
|
|
"module": "cips.frontend",
|
|
"component": "component.cips.blacklist.country",
|
|
"componentPath": "@/views/blacklist/Country.vue",
|
|
"redirect": null,
|
|
"meta": {
|
|
"permissions": [
|
|
"/cips/blacklist/country/**/*"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "route.cips.blacklist.personal",
|
|
"path": "cips/blacklist/personal",
|
|
"parent": "/",
|
|
"priority": 0,
|
|
"module": "cips.frontend",
|
|
"component": "component.cips.blacklist.personal",
|
|
"componentPath": "@/views/blacklist/Personal.vue",
|
|
"redirect": null,
|
|
"meta": {
|
|
"permissions": [
|
|
"/cips/blacklist/personal/**/*"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
|