From 180b06428a2d3aaa8fb1701d2f8438c4b01cfd0e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 26 Nov 2024 20:25:41 +0800
Subject: [PATCH] 作战图添加

---
 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