From 479a6ca57a82e1208551aec68584d2cbce69633c Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Wed, 20 Jul 2022 18:16:36 +0800
Subject: [PATCH] 添加修改页面
---
src/router/route.ts | 30 +++++++++++++++++++++++++++---
1 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index f08f8f9..e0a9d7d 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -291,11 +291,35 @@
},
},
{
- path: '/inspectionManagement',
- name: 'inspectionManagement',
- component: () => import('/@/views/IntelligentXjSys/basicDataManagement/inspectionManagement/index.vue'),
+ path: '/rfId',
+ name: 'rfId',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/rfId/index.vue'),
+ meta: {
+ title: 'RFID管理'
+ },
+ },
+ {
+ path: '/inspection',
+ name: 'inspection',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/inspection/index.vue'),
meta: {
title: '巡检点管理'
},
+ },
+ {
+ path: '/indicator',
+ name: 'indicator',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/indicator/index.vue'),
+ meta: {
+ title: '巡检指标管理'
+ },
+ },
+ {
+ path: '/facilityArea',
+ name: 'facilityArea',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/facilityArea/index.vue'),
+ meta: {
+ title: '设施区域管理'
+ },
}
];
--
Gitblit v1.9.2