From 596a6831ceb5417e2f4fb71f9e2dd1d2e2bcb6f8 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 14 十月 2022 10:25:26 +0800
Subject: [PATCH] lct

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

diff --git a/src/router/route.ts b/src/router/route.ts
index 1aa3929..a0eed32 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -13,7 +13,7 @@
             {
                 path: '/home',
                 name: 'home',
-                component: () => import('/@/views/home/index.vue'),
+                component: () => import('/@/views/newHome/index.vue'),
                 meta: {
                     title: '首页',
                     isLink: '',
@@ -72,28 +72,28 @@
         }
     },
     {
-        path: '/homeMenu',
-        name: 'homeMenu',
-        component: () => import('/@/views/homeMenu/homeMenu.vue'),
+        path: '/newMenu',
+        name: 'newMenu',
+        component: () => import('/@/views/newHome/index.vue'),
         meta: {
             title: '首页',
             isKeepAlive: false
         }
     },
     {
-        path: '/intelligentMap',
-        name: 'intelligentMap',
-        component: () => import('/@/views/intellectInspect/intelligentMap/index.vue'),
+        path: '/warningScreen',
+        name: 'warningScreen',
+        component: () => import('/@/views/riskWarningSys/warningBigScreen/index.vue'),
         meta: {
-            title: '巡检路线'
+            title: '预警预报'
         }
     },
     {
-        path: '/intelligentLine',
-        name: 'intelligentMap',
-        component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'),
+        path: '/msgDetail',
+        name: 'msgDetail',
+        component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'),
         meta: {
-            title: '巡检路线'
+            title: 'spi报告详情'
         }
     }
 ];

--
Gitblit v1.9.2