From 4a243f178fc194c37e515ff625466b85eda12eb1 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 18 八月 2022 20:38:47 +0800
Subject: [PATCH] 小错误

---
 src/router/route.ts |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/router/route.ts b/src/router/route.ts
index c206f97..5ee3c9e 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -95,5 +95,21 @@
         meta: {
             title: '巡检路线'
         }
+    },
+    {
+        path: '/dpIndex',
+        name: 'dpIndex',
+        component: () => import('/@/views/doublePrevent/dpIndex/index.vue'),
+        meta: {
+            title: '双重预防首页'
+        }
+    },
+    {
+        path: '/warningScreen',
+        name: 'warningScreen',
+        component: () => import('/@/views/riskWarningSys/warningBigScreen/index.vue'),
+        meta: {
+            title: '预警预报'
+        }
     }
 ];

--
Gitblit v1.9.2