From 53184b0ce284a6784356e1d1a2b57d86f6a9d5c1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 28 Apr 2021 17:39:02 +0800
Subject: [PATCH] 地图  和详情  视频和 top  热力图细节

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

diff --git a/src/router/views/index.js b/src/router/views/index.js
index c31473c..42a547c 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -352,6 +352,7 @@
 },{//路由占位
     path: '/dataL',
     redirect: '/dataL/hFive',
+    component: Layout,
     children: [{
         path: 'hFive',
         name: '提交激活路口',
@@ -365,6 +366,7 @@
 {
     path: '/patrolManagement',
     redirect: '/policeInformationDistribution/patrolManagement',
+    component: Layout,
     children: [{
         path: 'patrolManagement',
         name: '巡逻管理',
@@ -377,6 +379,7 @@
 },{
     path: '/policeInformationDistribution',
     redirect: '/policeInformationDistribution/policeManagementTeam',
+    component: Layout,
     children: [{
         path: 'policeManagementTeam',
         name: '处警队伍管理',
@@ -389,6 +392,7 @@
 },{
     path: '/report',
     redirect: '/report/reportConfiguration',
+    component: Layout,
     children: [{
         path: 'reportConfiguration',
         name: '报表配置',
@@ -401,6 +405,7 @@
 },{
     path: '/report',
     redirect: '/report/announcementReport',
+    component: Layout,
     children: [{
         path: 'announcementReport',
         name: '公告报表',

--
Gitblit v1.9.3