From a3187607ce0f23a9acdf41b58d2cd88a3aa5b06a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 24 Dec 2024 21:21:28 +0800
Subject: [PATCH] 菜单显示、三级防控加载
---
src/router/index.js | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 071e3a1..b10d9ed 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -89,13 +89,13 @@
},
component: () => import('@/views/pac/index.vue')
},
- {
- path: 'pd',
- meta: {
- title: '突发事件模拟'
- },
- component: () => import('@/views/pd/index.vue')
- },
+ // {
+ // path: 'pd',
+ // meta: {
+ // title: '突发事件模拟'
+ // },
+ // component: () => import('@/views/pd/index.vue')
+ // },
]
},
@@ -135,13 +135,13 @@
},
component: () => import('@/views/rt/index.vue')
},
- {
- path: 'ochart',
- meta: {
- title: '作战图'
- },
- component: () => import('@/views/ochart/index.vue')
- },
+ // {
+ // path: 'ochart',
+ // meta: {
+ // title: '作战图'
+ // },
+ // component: () => import('@/views/ochart/index.vue')
+ // },
]
},
]
--
Gitblit v1.9.3