From 31dcd2ac79af82cc149f34fbfb6ffd3d4a91a3cd Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 25 Feb 2025 13:46:58 +0800
Subject: [PATCH] 修改名称
---
src/router/route.ts | 57 +++++++++++++++++++++------------------------------------
1 files changed, 21 insertions(+), 36 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index 7cce428..aa2cd7f 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -5,14 +5,14 @@
path: '/',
name: '/',
component: () => import('/@/layout/index.vue'),
- redirect: '/home',
+ redirect: '/newMenu',
meta: {
isKeepAlive: false
},
children: [
{
- path: '/home',
- name: 'home',
+ path: '/newMenu',
+ name: 'newMenu',
component: () => import('/@/views/newHome/index.vue'),
meta: {
title: '首页',
@@ -85,7 +85,24 @@
name: 'warningScreen',
component: () => import('/@/views/riskWarningSys/warningBigScreen/index.vue'),
meta: {
- title: '预警预报'
+ title: '预警预报',
+ }
+ },
+ {
+ path: '/screenPage',
+ name: 'screenPage',
+ component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'),
+ meta: {
+ title: '预警详情',
+ isKeepAlive: false
+ }
+ },
+ {
+ path: '/inspectFullScreen',
+ name: 'inspectFullScreen',
+ component: () => import('/@/views/intellectInspect/inspectIndex/components/fullScreen.vue'),
+ meta: {
+ title: '巡检首页全屏'
}
},
{
@@ -102,38 +119,6 @@
component: () => import('/@/views/facilityManagement/securities/index.vue'),
meta: {
title: '安全物资与设备'
- }
- },
- {
- path: '/inspectIndex2',
- name: 'inspectIndex2',
- component: () => import('/@/views/intellectInspect/inspectIndex2/index.vue'),
- meta: {
- title: '巡检首页'
- }
- },
- {
- path: '/video',
- name: 'video',
- component: () => import('/@/views/system/video/index.vue'),
- meta: {
- title: '视频设备管理'
- }
- },
- {
- path: '/specialIndex',
- name: 'specialIndex',
- component: () => import('/@/views/specialWorkSystem/specialIndex/index.vue'),
- meta: {
- title: '特殊作业首页'
- }
- },
- {
- path: '/facilityIndex',
- name: 'facilityIndex',
- component: () => import('/@/views/facilityManagement/facilityIndex/index.vue'),
- meta: {
- title: '设备管理首页'
}
}
];
--
Gitblit v1.9.2