From a6c7caa0ce182536688f57bb58aa16b68366a8a3 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Thu, 01 Dec 2022 11:31:07 +0800
Subject: [PATCH] Default Changelist
---
src/router/route.ts | 36 ++++++++++++++++++++++++++++++------
1 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index c206f97..af91c7d 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: '',
@@ -81,16 +81,40 @@
}
},
{
- 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: '/msgDetail',
+ name: 'msgDetail',
+ component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'),
+ meta: {
+ title: 'spi报告详情'
+ }
+ },
+ {
+ path: '/screenPage',
+ name: 'screenPage',
+ component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'),
+ meta: {
+ title: '预警预报'
+ }
+ },
+ {
+ path: '/securities',
+ name: 'securities',
+ component: () => import('/@/views/facilityManagement/securities/index.vue'),
+ meta: {
+ title: '安全物资与设备'
}
},
{
path: '/intelligentLine',
- name: 'intelligentMap',
+ name: 'intelligentLine',
component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'),
meta: {
title: '巡检路线'
--
Gitblit v1.9.2