From 39f6c3409217f971ee5fd30d3e7b3c2b7be3a4aa Mon Sep 17 00:00:00 2001 From: chengjie Date: Mon, 22 Jul 2024 23:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irbs.frontend/src/routes/routes.json | 52 ++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/irbs.frontend/src/routes/routes.json b/irbs.frontend/src/routes/routes.json index 5e4825e..2004b22 100644 --- a/irbs.frontend/src/routes/routes.json +++ b/irbs.frontend/src/routes/routes.json @@ -234,6 +234,19 @@ }, "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", "path": "irbs/resultQuery", @@ -454,5 +467,44 @@ "permissions": ["/example/**/*"] }, "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": [] } ]