From 2094c39f908705ea2200854eea6ce139da0f216f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 19 Mar 2021 15:41:17 +0800
Subject: [PATCH] 路由调整
---
src/router/views/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index fa56087..d949670 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -143,7 +143,7 @@
{
path: '/realTimePolice',
component: Layout,
- redirect: '/realTimePolice/real',
+ redirect: '/realTimePolice/index',
children: [{
path: 'index',
name: '实时报警',
--
Gitblit v1.9.3