From 93033ca750128727210885bd5a5f7f0720439896 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 25 十一月 2024 22:22:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/router/index.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index e0917a0..15e528b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -110,6 +110,13 @@
         component: () => import('@/views/project/plan/index'),
         name: 'Index',
         meta: { title: '椤圭洰璁″垝' }
+      },
+      /** 椤圭洰璁″垝璁板綍 */
+      {
+        path: '/plan/planRecord',
+        component: () => import('@/views/project/plan/planRecord'),
+        name: 'PlanRecord',
+        meta: { title: '椤圭洰璁″垝璁板綍' }
       }
     ]
   },

--
Gitblit v1.8.0