From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +0800
Subject: [PATCH] 修改
---
src/router/views/index.js | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 112 insertions(+), 3 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index a79885f..43ea53c 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -11,7 +11,7 @@
i18n: 'dashboard'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/data')
+ import ( /* webpackChunkName: "views" */ '@/views/dataL/homeL')
}]
},
@@ -246,6 +246,20 @@
}]
},
{
+ path: '/equipmentInfo',
+ component: Layout,
+ redirect: '/equipmentInfo/equipmentInfo',
+ children: [{
+ path: 'index',
+ name: '设备管理',
+ meta: {
+ i18n: 'equipmentInfo'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/equipmentInfo/equipmentInfo')
+ }]
+ },
+ {
path: '/suser',
component: Layout,
redirect: '/suser',
@@ -336,7 +350,102 @@
component: () =>
import ( /* webpackChunkName: "views" */ '@/views/parcel/parcelKind')
}]
- }
+ }, {
+ path: '/dataL',
+ component: Layout,
+ redirect: '/dataL/dataL',
+ children: [{
+ path: 'dataL',
+ name: '详情页',
+ meta: {
+ i18n: 'dataL'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/dataL/dataL')
+ }]
+ }, { //路由占位
+ path: '/dataL',
+ redirect: '/dataL/hFive',
+ component: Layout,
+ children: [{
+ path: 'hFive',
+ name: '提交激活路口',
+ meta: {
+ i18n: 'dataL'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/dataL/hFive')
+ }]
+ },
+ {
+ path: '/patrolManagement',
+ redirect: '/policeInformationDistribution/patrolManagement',
+ component: Layout,
+ children: [{
+ path: 'patrolManagement',
+ name: '巡逻管理',
+ meta: {
+ i18n: 'policeInformationDistribution'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/patrolManagement')
+ }]
+ }, {
+ path: '/policeInformationDistribution',
+ redirect: '/policeInformationDistribution/policeManagementTeam',
+ component: Layout,
+ children: [{
+ path: 'policeManagementTeam',
+ name: '处警队伍管理',
+ meta: {
+ i18n: 'policeInformationDistribution'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/policeManagementTeam')
+ }]
+ }, {
+ path: '/report',
+ redirect: '/report/reportConfiguration',
+ component: Layout,
+ children: [{
+ path: 'reportConfiguration',
+ name: '报表配置',
+ meta: {
+ i18n: 'report'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/report/reportConfiguration')
+ }]
+ }, {
+ path: '/report',
+ redirect: '/report/announcementReport',
+ component: Layout,
+ children: [{
+ path: 'announcementReport',
+ name: '公告报表',
+ meta: {
+ i18n: 'report'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/report/announcementReport')
+ }]
+ },
+ {
+ path: '/real-popup',
+ redirect: '/real-popup/kongbai',
+ component: Layout,
+ children: [{
+ path: 'kongbai',
+ name: '首页',
+ meta: {
+ i18n: 'report'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/components/real-popup/kongbai')
+ }]
+ },
-]
\ No newline at end of file
+
+
+]
--
Gitblit v1.9.3