From dbf3346c685a29e7f9414b2717e3ea5c427262ca Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 08 Jan 2025 15:11:41 +0800
Subject: [PATCH] 瑞昌相关调整
---
src/router/index.js | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index c10d0f3..6020d1c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-25 16:35:31
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-12-02 17:23:21
+ * @LastEditTime: 2025-01-07 18:55:42
* @FilePath: \bigScreen\src\router\index.js
* @Description:
*
@@ -79,13 +79,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')
+ // },
]
},
@@ -125,13 +125,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