From dbecf369cd23f22391f0024a29b7387ae2fc906a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sun, 25 Apr 2021 21:18:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/router/views/index.js |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 4001d96..4718d04 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -351,7 +351,6 @@
     }]
 },{//路由占位
     path: '/dataL',
-    component: Layout,
     redirect: '/dataL/hFive',
     children: [{
         path: 'hFive',
@@ -365,7 +364,6 @@
 },
 {
     path: '/policeInformationDistribution',
-    component: Layout,
     redirect: '/policeInformationDistribution/patrolManagement',
     children: [{
         path: 'patrolManagement',
@@ -378,7 +376,6 @@
     }]
 },{
     path: '/policeInformationDistribution',
-    component: Layout,
     redirect: '/policeInformationDistribution/policeManagementTeam',
     children: [{
         path: 'policeManagementTeam',
@@ -391,7 +388,6 @@
     }]
 },{
     path: '/report',
-    component: Layout,
     redirect: '/report/reportConfiguration',
     children: [{
         path: 'reportConfiguration',
@@ -404,7 +400,6 @@
     }]
 },{
     path: '/report',
-    component: Layout,
     redirect: '/report/announcementReport',
     children: [{
         path: 'announcementReport',

--
Gitblit v1.9.3