From 1aac90553b2a363b324c05de4ae9190ae38e753a Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 27 Nov 2024 08:58:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'
---
src/router/index.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 8a8d59b..964e37e 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-11-21 15:44:21
+ * @LastEditTime: 2024-11-26 20:14:39
* @FilePath: \bigScreen\src\router\index.js
* @Description:
*
@@ -94,6 +94,13 @@
},
component: () => import('@/views/pd/index.vue')
},
+ {
+ path: 'ochart',
+ meta: {
+ title: '作战图'
+ },
+ component: () => import('@/views/ochart/index.vue')
+ },
]
},
{
--
Gitblit v1.9.3