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
902 B
38 lines
902 B
[
|
|
{
|
|
"name": "route.testcase.dialog",
|
|
"path": "testcase/dialog",
|
|
"parent": "/",
|
|
"priority": 0,
|
|
"component": "component.testcase.dialog",
|
|
"componentPath": "@/views/Dialog.vue",
|
|
"redirect": null,
|
|
"meta": {
|
|
"permissions": ["/testcase/dialog/**/*"]
|
|
}
|
|
},
|
|
{
|
|
"name": "route.testcase.codemirror",
|
|
"path": "testcase/codemirror",
|
|
"parent": "/",
|
|
"priority": 0,
|
|
"component": "component.testcase.codemirror",
|
|
"componentPath": "@/views/Codemirror.vue",
|
|
"redirect": null,
|
|
"meta": {
|
|
"permissions": ["/testcase/codemirror/**/*"]
|
|
}
|
|
},
|
|
{
|
|
"name": "route.testcase.select",
|
|
"path": "testcase/select",
|
|
"parent": "/",
|
|
"priority": 0,
|
|
"component": "component.testcase.select",
|
|
"componentPath": "@/views/Select.vue",
|
|
"redirect": null,
|
|
"meta": {
|
|
"permissions": ["/testcase/select/**/*"]
|
|
}
|
|
}
|
|
]
|
|
|