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.
27 lines
563 B
27 lines
563 B
1 year ago
|
[
|
||
|
{
|
||
|
"name": "route.example.route1",
|
||
|
"path": "example/route1",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"component": "component.example.View1",
|
||
|
"componentPath": "@/views/View1.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": ["/example/**/*"]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.example.route2",
|
||
|
"path": "example/route2",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"component": "component.example.View2",
|
||
|
"componentPath": "@/views/View2.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": ["/example/**/*"]
|
||
|
}
|
||
|
}
|
||
|
]
|