Browse Source

代码提交

main
chengjie 9 months ago
parent
commit
39f6c34092
  1. 52
      irbs.frontend/src/routes/routes.json

52
irbs.frontend/src/routes/routes.json

@ -234,6 +234,19 @@
}, },
"children": [] "children": []
}, },
{
"name": "route.irbs.query.pingAnLgdHist",
"path": "irbs/pingAnLgdHist",
"parent": "/",
"priority": -1,
"component": "irbs.pingAnLgdHist",
"componentPath": "@/views/query/PingAnLgdHist.vue",
"redirect": null,
"meta": {
"permissions": ["/example/**/*"]
},
"children": []
},
{ {
"name": "route.irbs.model.resultQuery", "name": "route.irbs.model.resultQuery",
"path": "irbs/resultQuery", "path": "irbs/resultQuery",
@ -454,5 +467,44 @@
"permissions": ["/example/**/*"] "permissions": ["/example/**/*"]
}, },
"children": [] "children": []
},
{
"name": "route.irbs.config.mainScale",
"path": "irbs/mainScale",
"parent": "/",
"priority": -1,
"component": "irbs.mainScale",
"componentPath": "@/views/config/MainScaleVersion.vue",
"redirect": null,
"meta": {
"permissions": ["/example/**/*"]
},
"children": []
},
{
"name": "route.irbs.query.defaultRebirthHist",
"path": "irbs/defaultRebirthHist",
"parent": "/",
"priority": -1,
"component": "irbs.defaultRebirthHist",
"componentPath": "@/views/query/RebirthDefaultHist.vue",
"redirect": null,
"meta": {
"permissions": ["/example/**/*"]
},
"children": []
},
{
"name": "route.irbs.report.rptRatingChange",
"path": "irbs/rptRatingChange",
"parent": "/",
"priority": -1,
"component": "irbs.rptRatingChange",
"componentPath": "@/views/report/RptRatingChange.vue",
"redirect": null,
"meta": {
"permissions": ["/example/**/*"]
},
"children": []
} }
] ]

Loading…
Cancel
Save