From b0ddfa5e7fbd269bcc31d31b99fdedab401cd094 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 16:50:01 +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