From faca63a304d7677d6576c8604894dc40ed0aebc9 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 30 Oct 2023 20:59:45 +0800
Subject: [PATCH] 历史航线功能添加
---
src/router/index.ts | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index c639123..a422907 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -123,6 +123,11 @@
name: ERouterName.IMPLEMENT,
component: () => import('/@/pages/page-web/projects/implement.vue')
},
+ {
+ path: '/' + ERouterName.ROUTE_HISTORY,
+ name: ERouterName.ROUTE_HISTORY,
+ component: () => import('/@/pages/page-web/projects/routeLine.vue')
+ },
],
meta: {
header: false
--
Gitblit v1.9.3