From 596a6831ceb5417e2f4fb71f9e2dd1d2e2bcb6f8 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Fri, 14 Oct 2022 10:25:26 +0800
Subject: [PATCH] lct
---
src/router/route.ts | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index 2e55148..a0eed32 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -89,35 +89,11 @@
}
},
{
- path: '/screenPage',
- name: 'screenPage',
- component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'),
- meta: {
- title: '预警预报'
- }
- },
- {
- path: '/material',
- name: 'material',
- component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'),
- meta: {
- title: '物资管理'
- }
- },
- {
path: '/msgDetail',
name: 'msgDetail',
component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'),
meta: {
title: 'spi报告详情'
- }
- },
- {
- path: '/material',
- name: 'material',
- component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'),
- meta: {
- title: '作业物资'
}
}
];
--
Gitblit v1.9.2